Re: [sqlite] PREPARE statement tutorial?

2006-04-06 Thread Dennis Cote
Olaf Beckman Lapré wrote: Hi, I assume that the sqlite3_prepare() / sqlite3_bind() combination results in faster performance than sqlite3_exec() for INSERT and UPDATE statements. But where can I find example code that uses prepare/bind? Googling didn't give any results. Greetz, Olaf Ol

Re: [sqlite] PREPARE statement tutorial?

2006-04-06 Thread Jay Sprenkle
> I assume that the sqlite3_prepare() / sqlite3_bind() combination results in > faster performance than sqlite3_exec() for INSERT and UPDATE statements. But > where can I find example code that uses prepare/bind? Googling didn't give > any results. You didn't say which language you're using...

[sqlite] PREPARE statement tutorial?

2006-04-06 Thread Olaf Beckman Lapré
Hi, I assume that the sqlite3_prepare() / sqlite3_bind() combination results in faster performance than sqlite3_exec() for INSERT and UPDATE statements. But where can I find example code that uses prepare/bind? Googling didn't give any results. Greetz, Olaf