I've got a program that uses SQLite and has a couple of callouts to do
pre and post initialization (setting pragmas mostly).
Originally, I was just parsing for ';' characters and sending each
through with execute. Recently, I wanted to set up a couple of temporary
triggers (which naturally contain ';' characters) in one of these scripts and
that sort of fell apart.
Is there any way to run a sql script, or perhaps hand sqlite a chunk of
text and ask ``is this a query yet?''
--
Dustin Sallings
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users