Have you created the table? what is the name of your database? If the
database is available in the disk, open it using sqlite shell.
Then execute the query "select * from sqlite_master;"
If your table is present in the database, it will be returned by this query
On Sun, 22 Mar 2009 19:03:2
Hi,
I've choosen sqlite 3.6.11 for a small purpose in my organisation.
The software runs on a proprietroy OS.
SQLite is used by a single process, there are no other threads using SQLite,
hence SQLITE_THREADSAFE = 0.
I have written the memory and OS functions.
My Schema table is very simple, as un
2 matches
Mail list logo