sqlite second try
Posted: Sat Jul 14, 2007 7:46 pm
i have created a sqlite db, works! then i have created two tables, okay.
when i open the querybuilder i can see the db and the tables, but the tables havent a primarykey??? there is no way to tell the fields in rev which column. the code of stack is
in querybuilder 2 tables are shown, but no primary key
why cant i correct connect, please tell me the right way .
Ralle
when i open the querybuilder i can see the db and the tables, but the tables havent a primarykey??? there is no way to tell the fields in rev which column. the code of stack is
Code: Select all
put "CREATE TABLE lehrer(lehrerID integer primary key, name.....
revExecuteSQL gConID, tSQL
put the result into tResult
why cant i correct connect, please tell me the right way .
Ralle