From: Keon on 18 Jan 2008 13:17 Can someone show me an example of how to retrieve the last_insert_rowid() in a sqlite.net database? I want to write information to two tables, but I am assuming that as you get all the values and just before you do the cmd.ExecuteNonQuery(), thats where you would do the last_insert_rowid(). I actually don't kknow how to use that function, can someone please give me an example. Thanks. Keon Field1.Value = "Some Value"; Field2.Value = "Some Value"; Field3.Value = "Some Value"; cmd.ExecuteNonQuery();
|
Pages: 1 Prev: Word 2007-like tooltip (C# WPF) Next: Running updateuid does not produce Uids |