MySQL getting started

Started by jmu, December 12, 2002, 05:02:46 AM

Previous topic - Next topic

jmu

Hi,

is there any example for using MySQL with newLisp? (it's the first time that I try to access a database from LISP, until now I did it only using C++).



Thank you,

Johann

Lutz

#1
There are some demo/test functions at the end of the 'mysql.lsp' file in the source distribution showing the basics of creating, retrieving and deleting tables/records in a MySQL database.



Lutz