kamil wrote:
I have to create a database schema in such case.

Thanks in advance,
Kamil
Kamil,

You could use the PRAGMA user_version command (see http://www.sqlite.org/pragma.html). If you set the user version when you initialize your schema, you can check if it has been set or not when you open a database.

HTH
Dennis Cote

Reply via email to