creating tables in sqlite at design time
Posted: Tue 18 May 2010 15:02
Not sure if I am missing something here.
I have connected a MyConnection to sqlite3.dll I now want to craete three tables and connect a unitable to them - I can add the relevant fields to the table and have added "SELECT * FROM Decon" to the tables properties but when I trya nd make the table active I get an error table does not exist. What am I doing wrong?
Once I have craeted and populated my table I will want to save it as an sqlite.db file - how do I go about this?
Thanks.
I have connected a MyConnection to sqlite3.dll I now want to craete three tables and connect a unitable to them - I can add the relevant fields to the table and have added "SELECT * FROM Decon" to the tables properties but when I trya nd make the table active I get an error table does not exist. What am I doing wrong?
Once I have craeted and populated my table I will want to save it as an sqlite.db file - how do I go about this?
Thanks.