"SQLiter" <[EMAIL PROTECTED]> wrote in
message news:[EMAIL PROTECTED]
> b. Is it better to recursively call Prepare, Step & Finalize from my
> Delphi App

It is better to call Prepare once (with a parameterized statement), then 
(bind, step, reset) multiple times in a loop, then Finalize at the end.

Igor Tandetnik 



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

Reply via email to