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
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"))
{