Page 1 of 1

newLisp and MySQL

Posted: Mon Jan 17, 2005 3:59 pm
by Sunburned Surveyor
The newLisp website mentions that newLisp is able to expose the MySQL API. Where would I find more information or documentation on this feature? Does it work with Windows?

Thanks,

The Sunburned Surveyor

Posted: Thu Nov 17, 2005 5:22 am
by Lutz
The source distribution contains a file modules/mysql.lsp for working with MySQL on Linux/UNIX systems. The API is documented in the header of that file. For Windows you might be better off using an ODBC interface using the module/odbc.lsp.

Lutz