newLISP Fan Club

Forum => newLISP in the real world => Topic started by: Sunburned Surveyor on January 17, 2005, 07:59:15 AM

Title: newLisp and MySQL
Post by: Sunburned Surveyor on January 17, 2005, 07:59:15 AM
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
Title:
Post by: Lutz on November 16, 2005, 09:22:56 PM
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