Hello guys,
I was breaking my head trying to figure out how to obtain the last 
inserted row's ID --- using SQLite from Ruby.

I found 'last_insert_rowid()' in your documentation at   
http://www.sqlite.org/lang_corefunc.html   and still did not do it.

After spending a lot of time searching, I found that it was not 
'last_insert_rowid()' as documented, but instead 'last_insert_row_id()' 
---- with an extra underscore character before the 'id'.

is this a Typo? --- I almost went crazy
It was like that also in the downloadable documentation, so you wanna 
check that out,

Best wishes,

Carlos Ramirez,
www.antai-group.com


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

Reply via email to