Re: [sqlite] commit causes error - why?

2009-01-26 Thread Igor Tandetnik
Vance E. Neff wrote: > I'm having trouble on the "COMMIT TRANSACTION" Query. > > I seem, for some reason, to be violating a SQLite rule. > > This is from a language called RUN BASIC. > > Here is the test program, note that "" translates to a single " and > the print

[sqlite] commit causes error - why?

2009-01-26 Thread Vance E. Neff
I'm having trouble on the "COMMIT TRANSACTION" Query. I seem, for some reason, to be violating a SQLite rule. This is from a language called RUN BASIC. Here is the test program, note that "" translates to a single " and the print statements are just for this demo: [code] CLS PRINT "Start"