Page 1 of 1

MySQL getting started

Posted: Thu Dec 12, 2002 1:02 pm
by 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

Posted: Fri Dec 13, 2002 4:20 am
by Lutz
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