On 5 Mar 2011, at 1:18am, Enrico Thierbach wrote:

> I do have a working solution for synching my databases (with randomly 
> generated ROWIDs). The problem I face
> is that I cannot get the rowid of a newly created record to pass thru back 
> into the application using last_insert_row_id.

I think you have no real reason to use rowid at all here.  Make a different 
field called 'uniqueKey' or something, and use that for your random numbers.

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

Reply via email to