Re: [sqlite] Detecting changes/last insert rowid question

2005-01-06 Thread Dennis Cote
Keith Herold wrote: Well, yeah, I was hoping to get it out of a succession of queries. SQLite's API is hidden behind a wrapper, and most of it is masked out, so getting access to the API is problematic. Unfortunately, the semantics of the return code on that API call mean that the execute took p

Re: [sqlite] Detecting changes/last insert rowid question

2005-01-06 Thread Keith Herold
Well, yeah, I was hoping to get it out of a succession of queries. SQLite's API is hidden behind a wrapper, and most of it is masked out, so getting access to the API is problematic. Unfortunately, the semantics of the return code on that API call mean that the execute took place, not necessari