newLISP Fan Club

Forum => newLISP in the real world => Topic started by: jmu on December 12, 2002, 05:02:46 AM

Title: MySQL getting started
Post by: jmu on December 12, 2002, 05:02:46 AM
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
Title:
Post by: Lutz on December 12, 2002, 08:20:01 PM
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