On Wed, 26 Jul 2017 11:45:25 -0700 (PDT),
cmonbr...@gmail.com wrote:

>First the create table is called and afterwards I execute each insert 
>statement. This is what displayln shows as output for sql-create:
>
>https://gist.githubusercontent.com/abramsba/54de32406917e5fb0c480d9c214c3b08/raw/e7c0001ba19d211e856a4458316b391e77d0e530/query.sql

OMG!!!   Does the term "normalization" ring a bell?


>I've trimmed the string before calling query-exec but it still doesn't work. 

Have you tried removing the terminating semi-colon?  The db query
functions accept only one statement at a time and so the statements do
not need to be terminated as if typed at a console.

George

-- 
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