Re: [sqlite] Pre-compiling statements

2004-09-29 Thread D. Richard Hipp
Arno Engelbrecht wrote: > Does anybody know how to pre-compile a statement? Basically I want to do > mulitple inserts into the same table and want to cut down on the time to > parse each statement. > > http://www.sqlite.org/capi3ref.html#sqlite3_prepare -- D. Richard Hipp -- [EMAIL PROTECTED] -- 70

[sqlite] Pre-compiling statements

2004-09-28 Thread Arno Engelbrecht
Does anybody know how to pre-compile a statement? Basically I want to do mulitple inserts into the same table and want to cut down on the time to parse each statement.