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 xFlag = 3
>
> I wondered if anyone else has seen this, and why would a query not work
> without giving an error.
> This leaves me very worried.
>
> Any ideas greatfully received.


Well, you shouldn't be putting your table names in single-quotes.
Double-quotes are okay, although even they're not necessary in this case


-- 
-- Stevie-O
Real programmers use COPY CON PROGRAM.EXE
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to