Re: [mono-android] SqliteTransaction

2012-01-11 Thread Jonathan Pryor
On Dec 20, 2011, at 7:01 AM, Venky wrote: > I'm using a device that has android v2.2 in it. Is the following code > supported on it? It should > using (SqliteConnection conn = new SqliteConnection("Data Source=" dbPath > ";Version=3")) > { >using (SqliteTr

[mono-android] SqliteTransaction

2011-12-20 Thread Venky
I'm using a device that has android v2.2 in it. Is the following code supported on it? I need sqlite3 support on it (basically database transactions). I'm badly stuck. Please help!!! using (SqliteConnection conn = new SqliteConnection("Data Source=" dbPath ";Version=3")) {