Search found 2 matches

by amrita
Wed Feb 01, 2012 7:54 am
Forum: Common Lisp
Topic: allegro cl, mysql, clsql
Replies: 3
Views: 7735

Re: allegro cl, mysql, clsql

I'm sorry, I'm very new to Lisp. wvxvw, could you please explain further what you meant in the first paragraph?

And the IDs are taken from the same session, but I was definitely connected to the database before the select query.
by amrita
Sun Jan 29, 2012 4:48 am
Forum: Common Lisp
Topic: allegro cl, mysql, clsql
Replies: 3
Views: 7735

allegro cl, mysql, clsql

I connected my database 'puzzle_maker' with allegro cl using clsql. * (clsql:connected-databases) (#<CLSQL-MYSQL:MYSQL-DATABASE /puzzle_maker/root OPEN @ #x217f159a>) But when I use the query command it is giving me an error message: * (clsql-sys:query "select * from category_table") Error...