No subject


Sun Aug 23 20:57:29 EDT 2009


sqlite> begin;
sqlite> insert into people (name, occupation) values ("i", "school");
sqlite> select * from people;
i|school
sqlite> commit;
sqlite> select * from people;
i|school
sqlite>

Attached example Java file - when you comment 2 setAutoCommit lines it works
fine.

Thanks for reply.

-- 
S pozdravem/Best regards
Bc. Ondrej Novy

Email: novy at ondrej.org
Jabber: onovy at njs.netlab.cz
ICQ: 115-674-713
Tel/Cell: +420 777 963 207

--0016e65c88aeb3ad3e047314500e--



More information about the SQLiteJDBC mailing list