Re: [sqlite] Out of memory? How could that be on a 32G iPhone?

2011-05-06 Thread Jean-Denis Muys
On 4 mai 2011, at 23:22, Rolf Marsh wrote: Prior to getting this error, I opened the d/b and inserted one (1) very small record... Where do I start looking? I am using FMDB, ZBarSDK (used to read barcodes), but I can't imagine that's using all of my memory... and I have the d/b set to be a

Re: [sqlite] Out of memory? How could that be on a 32G iPhone?

2011-05-06 Thread Rolf Marsh
I figured this out... it was a pilot-error on my part...but I do have an additional question (see below). On 5/5/11 9:45 AM, Jean-Denis Muys wrote: On 4 mai 2011, at 23:22, Rolf Marsh wrote: Prior to getting this error, I opened the d/b and inserted one (1) very small record... Where do I

Re: [sqlite] Out of memory? How could that be on a 32G iPhone?

2011-05-06 Thread Jean-Denis Muys
On 6 mai 2011, at 15:09, Rolf Marsh wrote: I figured this out... it was a pilot-error on my part...but I do have an additional question (see below). On 5/5/11 9:45 AM, Jean-Denis Muys wrote: On 4 mai 2011, at 23:22, Rolf Marsh wrote: a 32GB iPhone doesn't have 32GB of RAM. It has 32GB of

Re: [sqlite] Out of memory? How could that be on a 32G iPhone?

2011-05-06 Thread Rolf Marsh
Thank you for the clarification... I appreciate it... Regards, Rolf On 5/6/11 6:23 AM, Jean-Denis Muys wrote: On 6 mai 2011, at 15:09, Rolf Marsh wrote: I figured this out... it was a pilot-error on my part...but I do have an additional question (see below). On 5/5/11 9:45 AM, Jean-Denis

[sqlite] Out of memory? How could that be on a 32G iPhone?

2011-05-04 Thread Rolf Marsh
Prior to getting this error, I opened the d/b and inserted one (1) very small record... Where do I start looking? I am using FMDB, ZBarSDK (used to read barcodes), but I can't imagine that's using all of my memory... and I have the d/b set to be a singleton, as indicated by the NSLog

Re: [sqlite] Out of memory? How could that be on a 32G iPhone?

2011-05-04 Thread skywind mailing lists
Hi Rolf, I am using FMDB and SQLite for more than 2 years now and have not experienced any problems so far. Therefore, I expect that the bug is somewhere else but not inside SQLite (3.7.2) nor FMDB (2009-10-18). Greetings, Hartwig Am 04.05.2011 um 23:22 schrieb Rolf Marsh: Prior to

Re: [sqlite] Out of memory? How could that be on a 32G iPhone?

2011-05-04 Thread Rolf Marsh
Hi Hartwig... I'm looking at the FMDB code, and I don't see any open for the d/b. Does FMDB do this for me and I'm just missing it? Also looked at Gus Mueller's blog of examples, and I don't see it there either Regards, Rolf On 5/4/11 2:38 PM, skywind mailing lists wrote: Hi Rolf, I