Query Regarding Table Creation : I have open the connection, created the table by using CREATE TABLE IF NOT EXISTS , doing some operation & closing the connection.
If I again open the connection & try to do table creation again (With same table name & same database file) then what will be the behavior? I am expecting it should not create table & return me error, because their is already table with same name exists. Cheers - Techi _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users