It appears you're giving to `query-exec` a string consisting of two statements; 
the create table and insert into statements. `query-exec` only supports 
executing one statement at a time.

If you break your two statements up into two strings and call `query-exec` on 
each one, it should work.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to