On 4/22/05, Jan-Eric Duden <[EMAIL PROTECTED]> wrote: > I use the sqlite3_expired api - which is only documented in the > sqlite3.h header. > Unfortunately it is considered an experimental API.
Huh, I never noticed that function in the header -- thanks for
pointing it out! It looks like the call itself is very cheap, so I
should be able to properly recompile statements before any parameter
binding takes place and sidestep the original problem. I'll give this
a try shortly...
- Vlad

