Peter Jay Salzman said:
> Do these two functions do the same thing?  Are there any surprises or
> differences between the two?

They do close enough to the same thing that you don't need to worry about
it.  SQLite ROWIDs can be recycled if you didn't define an autoincrement
column and your table has deleted records.  It's generally not a problem
if your app is good about maintaining referential integrity, but if you've
been slack it can cause some interesting behavior.

Clay Dowling
-- 
Lazarus Notes from Lazarus Internet Development
http://www.lazarusid.com/notes/
Articles, Reviews and Commentary on web development

Reply via email to