newLisp and MySQL

Started by Sunburned Surveyor, January 17, 2005, 07:59:15 AM

Previous topic - Next topic

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

Lutz

#1
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