On Nov 28, 2005, at 6:39 PM, Bogdan Ureche wrote:
CREATE TABLE TestTable (TestField1 INTEGER PRIMARY KEY, TestField2 VARCHAR)
Does the table itself get created? It is impossible to have a table without an INTEGER PRIMARY KEY in SQLite, so it is hard to believe that you can create the table without an INTEGER PRIMARY KEY. How can you tell the key isn't created?