> Cool! That worked. The VB6 wrapper has a LastInsertAutoID that I never paid
> attention / saw before.

Be sure that it's doing what you think it is.  If it's a general
purpose wrapper, then it might not.  If it's a SQLite specific
wrapper, it might, but even if it's wired up correctly, you have to be
careful to use it in the correct way.  If more than one insert, for
instance, to child tables, happens in a query, only the last id
inserted will be returned.  You don't get a stack of ids that were
inserted since the last call.  :)

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

Reply via email to