newLisp and MySQL

Q&A's, tips, howto's
Locked
Sunburned Surveyor
Posts: 28
Joined: Thu Jan 13, 2005 12:42 am
Location: California
Contact:

newLisp and MySQL

Post 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

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post 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

Locked