On 5 Apr 2019, at 7:07pm, Lee, Jason <jason...@lanl.gov> wrote:

> Is there any way to create a prepared statement without an associated 
> database instance? I have one fixed insert that I am running on many separate 
> databases that are inserting different data sets, and would like to amortize 
> the cost of compiling the insert if possible.

Sorry, but part of the preparation process includes looking up details about 
the database to work out the best way to do things.  Knowing the text of the 
SQL statement isn't enough.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to