Re: [mono-android] Sqlite error on Android version 4.1/4.2/4.3

2014-01-03 Thread was
Hi Steve, I have had a couple of Beta testers using Android 4.1 (or later) devices for a few months now with no problems reported. ExecuteNonQuery is used extensively in the app to write/update records to the SQLite db using insert and update commands. I think the app was compiled using mono-andro

[mono-android] Sqlite error on Android version 4.1/4.2/4.3

2013-12-27 Thread Steve Sharrock
We have been running an application for a few years with no trouble. Now we find that if our customers have a phone or tablet with the versions 4.1/4.2/4.3, we get an Exception (object reference not set to an instance of an object) from within an Insert SQL command using SqliteCommand.ExecuteNonQue

Re: [mono-android] SQLite error

2012-05-18 Thread Goncalo Oliveira
id not work in the emulator under the 4.0x versions we tested with >> at the time, but worked in every physical device that we tested against. >> The joys of the emulator. >> >> Wally >> >> -- >> Date: Fri, 18 May 2012 13:1

Re: [mono-android] SQLite error

2012-05-18 Thread mdurli
n email] To: [hidden email] CC: [hidden email]

Re: [mono-android] SQLite error

2012-05-18 Thread Goncalo Oliveira
-- > Date: Fri, 18 May 2012 13:12:04 +0200 > From: [hidden email]<http://user/SendEmail.jtp?type=node&node=5709904&i=0> > To: [hidden email] <http://user/SendEmail.jtp?type=node&node=5709904&i=1> > CC: [hidden email] <http://user/SendEmail.

Re: [mono-android] SQLite error

2012-05-18 Thread mdurli
Wally Date: Fri, 18 May 2012 13:12:04 +0200 From: [hidden email] To: [hidden email] CC: [hidden email] Subject: Re: [mono-android] SQLite error Hello

Re: [mono-android] SQLite error

2012-05-18 Thread mdurli
complicated than we are used to with VS.  You can use adb to connect to the db, but you have to have the device.  I'm sure that there are higher level tools that you can use, but I am

Re: [mono-android] SQLite error

2012-05-18 Thread Goncalo Oliveira
am not aware of them. > > > Wally > > > Date: Fri, 18 May 2012 03:35:23 -0700 > > From: mdu...@gmail.com > > To: monodroid@lists.ximian.com > > Subject: [mono-android] SQLite error > > > > Hello, > > > > I'm having this probl

Re: [mono-android] SQLite error

2012-05-18 Thread Wally McClure
12:04 +0200 From: mdu...@gmail.com To: theevilprogram...@hotmail.com CC: monodroid@lists.ximian.com Subject: Re: [mono-android] SQLite error Hello Wally, thanks for the quick response. On that specific example,

Re: [mono-android] SQLite error

2012-05-18 Thread Mattia Durli
higher level tools that you can use, but I am not aware of them. Wally > Date: Fri, 18 May 2012 03:35:23 -0700 > From: mdu...@gmail.com > To: monodroid@lists.xi

Re: [mono-android] SQLite error

2012-05-18 Thread mdurli
Thanks! Il 18/05/2012 12:45, ledz [via Mono for Android] ha scritto: >  By the way, is there a way with a thirdy part software or even with vs to create a sqlite DB and deploy it with the application?  I use sqlitestudio for t

Re: [mono-android] SQLite error

2012-05-18 Thread Wally McClure
That solves the sqlite visual tools problems. Good info. Date: Fri, 18 May 2012 11:45:16 +0100 From: gonc...@minkan.net To: monodroid@lists.ximian.com Subject: Re: [mono-android] SQLite error > By the way, is there a way with a thirdy part software or even with vs to create a sqlite DB

Re: [mono-android] SQLite error

2012-05-18 Thread Wally McClure
t there are higher level tools that you can use, but I am not aware of them. Wally > Date: Fri, 18 May 2012 03:35:23 -0700 > From: mdu...@gmail.com > To: monodroid@lists.ximian.com > Subject: [mono-android] SQLite error > > Hello, > > I'm having this problem with the

Re: [mono-android] SQLite error

2012-05-18 Thread Goncalo Oliveira
> By the way, is there a way with a thirdy part software or even with vs to create a sqlite DB and deploy it with the application? I use sqlitestudio for this matter. Don't know if there's a better one, but this one get's the work done. http://sqlitestudio.one.pl/ On 18 May 2012 11:35, mdurli

[mono-android] SQLite error

2012-05-18 Thread mdurli
Hello, I'm having this problem with the sample code of the wrox book "Pro Android programming with Mono for Android", InternalNetworkData sample. First it creates a DB and fills it with data, with success, then tries to read the data with a SqliteDataReader. I tried to debug it and when it gets to