Talk:SqlDBHowto

From Lazarus wiki
Revision as of 10:26, 24 October 2014 by BigChimp (talk | contribs) (prepare)
Jump to navigationJump to search

Prepare

Thanks for the recent edits, but:

  • We are talking about the db server parsing/preparing the query, not so much (or at all) sqldb.
  • IIRC, the server prepares at first run if .Prepare hasn't been called manually. Please indicate the relevant sqldb code if that's not the case
  • Unprepare should be called by .close. If that is not done, it's a bug.
  • If a db server does not support parameters, sqldb will emulate them. So no need to go into which dbs support what

Thanks, --BigChimp 10:26, 24 October 2014 (CEST)