23.01.2008, 06:13
Nice to know:
When using the built in SQLite library to connect to a database, then remember that the database needs to be SQLite3. Otherwize you won't be able to read data from it.
Connecting to a SQLite2 DB will not give any errors, but it won't return any records.
When using the built in SQLite library to connect to a database, then remember that the database needs to be SQLite3. Otherwize you won't be able to read data from it.
Connecting to a SQLite2 DB will not give any errors, but it won't return any records.