MySQL getting started

Q&A's, tips, howto's
Locked
jmu
Posts: 2
Joined: Thu Dec 12, 2002 1:00 pm

MySQL getting started

Post 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

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

Post 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

Locked