CREATE TABLE PROBLEM
Posted: Fri Jul 15, 2011 9:55 am
Hi all,
I have a problem with SQLLite when I create a table.
If my sql cod is
CREATE TABLE mytable field....
It works
If I write
CREATE TABLE IF NOT EXISTS mytable fields...
Non viene creata la tabella anche se non esiste.
There is another way to check also if the table exists, or something wrong?
Thank's
I have a problem with SQLLite when I create a table.
If my sql cod is
CREATE TABLE mytable field....
It works
If I write
CREATE TABLE IF NOT EXISTS mytable fields...
Non viene creata la tabella anche se non esiste.
There is another way to check also if the table exists, or something wrong?
Thank's