> Warning: From your phrasing it's possible you're thinking of putting a 
> '.read' command into your program.  The '.read' command is only a command to 
> the command-line tool.  It's not a function of SQLite, and you can't submit 
> it as a query in your program.


> Simon.


Actually I was wanting to put that into a program.  So, is there an API or 
query I can run to load an sql file all in one go (one transaction) without 
having to read in the file manually and query one line at a time?

-- Kevin


      
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to