[sqlite] Sqlite Android Bindings

2018-02-21 Thread Matthew Dumbleton
Hi sqlite users, Can you help me with this problem? I have switched a long standing project from using whatever version of sqlite is on the device to include the aar file generated by the android bindings project. However since the change over I get an 'unknown error (code 14): could not open

Re: [sqlite] Android - Occasional Error when closing a database

2013-10-29 Thread Matthew Dumbleton
I insert the data using: SQLiteStatement myStatement = databaseWriter.compileStatement(statementString); myStatement.executeInsert(); After Richards reply I went back and enclosed all these in try finally blocks with myStatement.close(); now in the finally bracket. Guess I missed one

[sqlite] Android - Occasional Error when closing a database

2013-10-29 Thread Matthew Dumbleton
I have an android application using sqlite that starts with a database being created and then filled with a lot of data. I have noticed that occasionally, after the data is entered and the transaction ended, the close method call produces an error 'unable to close due to unfinalised statements'

Re: [sqlite] Seemingly random Access violation errors (resent)

2012-10-08 Thread Matthew Dumbleton
Good point. Also worth a look. > From: kevin.m.ben...@gmail.com > Date: Mon, 8 Oct 2012 12:42:09 -0400 > To: sqlite-users@sqlite.org > Subject: Re: [sqlite] Seemingly random Access violation errors (resent) > > On Mon, Oct 8, 2012 at 12:32 PM, Matthew Dumbleton <msd

Re: [sqlite] Seemingly random Access violation errors (resent)

2012-10-08 Thread Matthew Dumbleton
ss violation errors (resent) > > On Mon, Oct 8, 2012 at 11:57 AM, Matthew Dumbleton <msd...@hotmail.com>wrote: > > > Joe, > > > > > It's worked on every device that I've used in the past. > > > > I hope you see the funny side when I say, this doesn'

Re: [sqlite] Seemingly random Access violation errors (resent)

2012-10-08 Thread Matthew Dumbleton
+0100 > To: sqlite-users@sqlite.org > Subject: Re: [sqlite] Seemingly random Access violation errors (resent) > > > On 8 Oct 2012, at 3:54pm, Matthew Dumbleton <msd...@hotmail.com> wrote: > > > So does this mean therefore SQLite will not currently work on a compact

Re: [sqlite] Seemingly random Access violation errors (resent)

2012-10-08 Thread Matthew Dumbleton
> On Mon, Oct 8, 2012 at 10:54 AM, Matthew Dumbleton <msd...@hotmail.com>wrote: > > > So does this mean therefore SQLite will not currently work on a compact > > framework device? (Or at least not on mine.) > > There's nothing else installed or running apart from the te

Re: [sqlite] Seemingly random Access violation errors (resent)

2012-10-08 Thread Matthew Dumbleton
Joe, > It's worked on every device that I've used in the past. I hope you see the funny side when I say, this doesn't fill me with a great amount of confidence as according to your previous messages you don't have a device to test on, only emulators. :) > I have no idea what the

Re: [sqlite] Seemingly random Access violation errors (resent)

2012-10-08 Thread Matthew Dumbleton
to the compact framework I'm not sure where to go with this. > From: sql...@mistachkin.com > To: sqlite-users@sqlite.org > Date: Mon, 8 Oct 2012 06:00:50 -0700 > Subject: Re: [sqlite] Seemingly random Access violation errors (resent) > > > Matthew Dumbleton wrote: > > >

Re: [sqlite] Seemingly random Access violation errors (resent)

2012-10-08 Thread Matthew Dumbleton
t 2012 04:38:37 -0700 > Subject: Re: [sqlite] Seemingly random Access violation errors (resent) > > > Matthew Dumbleton wrote: > > > > Have attached the latest .kdmp and pdbs since you last email/source > > changes. Hopefully the dump makes more sense to you than it d

Re: [sqlite] Seemingly random Access Violation errors

2012-10-08 Thread Matthew Dumbleton
Joe, Have done as you said and reproduced the issue. Have sent you direct the relevant pdbs and kdmp from the latest crash. > From: sql...@mistachkin.com > To: sqlite-users@sqlite.org > Date: Mon, 8 Oct 2012 02:24:08 -0700 > Subject: Re: [sqlite] Seemingly random Access Violation errors >

Re: [sqlite] Seemingly random Access Violation errors

2012-10-07 Thread Matthew Dumbleton
Currently using version 83. Is this correct? Started on 82. Will give the device a factory reset to be sure but manually deleted previous copy of dll on the device before compiling the version with your last set of changes (managed to find where to download the whole of the source code this

Re: [sqlite] Seemingly random Access Violation errors

2012-10-05 Thread Matthew Dumbleton
rate > Advanced GEOINT Solutions Operating Unit > Northrop Grumman Information Systems > > > From: sqlite-users-boun...@sqlite.org [sqlite-users-boun...@sqlite.org] on > behalf of Matthew Dumbleton [msd...@hotmail.com] > Sent: Friday, O

Re: [sqlite] Seemingly random Access Violation errors

2012-10-05 Thread Matthew Dumbleton
sql...@mistachkin.com > To: sqlite-users@sqlite.org > Date: Thu, 4 Oct 2012 17:20:18 -0700 > Subject: Re: [sqlite] Seemingly random Access Violation errors > > > Matthew Dumbleton wrote: > > > > I have tried this change and I'm afraid it hasn't stopped the crashes. > >

Re: [sqlite] Seemingly random Access Violation errors

2012-10-04 Thread Matthew Dumbleton
something? (Don't know if there are other crucial changes elsewhere in the source code.) > From: sql...@mistachkin.com > To: sqlite-users@sqlite.org > Date: Thu, 4 Oct 2012 04:27:47 -0700 > Subject: Re: [sqlite] Seemingly random Access Violation errors > > > Matthew Dumbleton wr

Re: [sqlite] Seemingly random Access Violation errors

2012-10-03 Thread Matthew Dumbleton
Oh. Joe, I have tried sending the attachment to you direct but I guess otherwise the answer to.. 'Could you provide some sample C# code that demonstrates the issue?' -- Joe Mistachkin ...is, no. On 03/10/2012 14:25, Simon Slavin wrote: On 2 Oct 2012, at 7:40pm, Matthew Dumbleton <

Re: [sqlite] Seemingly random Access Violation errors

2012-10-03 Thread Matthew Dumbleton
I have attached a small project with which you should be able to see the issue I am having. Thanks in advance for taking the time to look. On 26/09/2012 23:47, Joe Mistachkin wrote: Matthew Dumbleton wrote: Sorry, should have highlighted this better in my initial message. Started out using

Re: [sqlite] Seemingly random Access Violation errors

2012-09-27 Thread Matthew Dumbleton
Ok. Will try and write a simpler version to pass on to you asap. From: Joe Mistachkin Sent: 26/09/2012 23:47 To: 'General Discussion of SQLite Database' Subject: Re: [sqlite] Seemingly random Access Violation errors Matthew Dumbleton wrote: > > Sorry, shoul

Re: [sqlite] Seemingly random Access Violation errors

2012-09-26 Thread Matthew Dumbleton
random Access Violation errors Matthew Dumbleton wrote: > > at UnsafeNativeMethods.sqlite3_close_interop(IntPtr db) > at SQLiteBase.CloseConnection(SQLiteConnectionHandle db) > at SQLiteConnectionHandle.ReleaseHandle() > at Critica

Re: [sqlite] Seemingly random Access Violation errors

2012-09-26 Thread Matthew Dumbleton
Mistachkin Sent: 26/09/2012 20:54 To: 'General Discussion of SQLite Database' Subject: Re: [sqlite] Seemingly random Access Violation errors Matthew Dumbleton wrote: > > at UnsafeNativeMethods.sqlite3_close_interop(IntPtr db) > at SQLiteBase.CloseConnection(SQLiteConnection

[sqlite] Seemingly random Access Violation errors

2012-09-26 Thread Matthew Dumbleton
I'm currently trying to write an app for the compact framework (3.5) using an sqlite database in c#. The application is occasionally throwing up odd Access Violation errors, crashing the application. Getting precious little from the crash dumps produced but from experimentation it seems that