Re: [sqlite] Bad UPDATE Problems in Mobile6 device

2008-07-08 Thread Bob Dennis
Bob Dennis <[EMAIL PROTECTED]> wrote: > > From: Bob Dennis <[EMAIL PROTECTED]> > Subject: Re: [sqlite] Bad UPDATE Problems in Mobile6 device > To: sqlite-users@sqlite.org > Date: Tuesday, July 8, 2008, 4:50 AM > > Bob Dennis wrote: >> >> I have

Re: [sqlite] Bad UPDATE Problems in Mobile6 device

2008-07-08 Thread Harold Wood
similar statements work fine on my pda, ipaq 210 with min mobile6.  can you paste your code? --- On Tue, 7/8/08, Bob Dennis <[EMAIL PROTECTED]> wrote: From: Bob Dennis <[EMAIL PROTECTED]> Subject: Re: [sqlite] Bad UPDATE Problems in Mobile6 device To: sqlite-users@sqlite.org Date: T

Re: [sqlite] Bad UPDATE Problems in Mobile6 device

2008-07-08 Thread Bob Dennis
Bob Dennis wrote: > > I have tried with and without the single quotes(Saw them in an example > somewhere), > makes no difference(Why do I not get an error if it is wrong?) > Yes I want to set all flags in this VERY SIMPLE test , just to get > something to happen. > > Can things be left in a loc

Re: [sqlite] Bad UPDATE Problems in Mobile6 device

2008-07-07 Thread Harold Wood
also that query will update all rows in the commentlist table.  is that what you want to do?   Woody --- On Mon, 7/7/08, Stephen Oberholtzer <[EMAIL PROTECTED]> wrote: From: Stephen Oberholtzer <[EMAIL PROTECTED]> Subject: Re: [sqlite] Bad UPDATE Problems in Mobile6 device

Re: [sqlite] Bad UPDATE Problems in Mobile6 device

2008-07-07 Thread Stephen Oberholtzer
On Mon, Jul 7, 2008 at 7:26 AM, Bob Dennis <[EMAIL PROTECTED]> wrote: > Hi > I am getting odd results with a simple update query in a Mobile 6 device. > It only works sometimes , but never reports an error. > The same code works fine in PocketPC and Mobile5 devices. > > UPDATE 'CommentList' SET x

[sqlite] Bad UPDATE Problems in Mobile6 device

2008-07-07 Thread Bob Dennis
Hi I am getting odd results with a simple update query in a Mobile 6 device. It only works sometimes , but never reports an error. The same code works fine in PocketPC and Mobile5 devices. UPDATE 'CommentList' SET xFlag = 3 I wondered if anyone else has seen this, and why would a query not work