>         Actually my requirement is that i should create a table if it
> is not there.

SELECT name FROM [dbname.]sqlite_master WHERE type='table';

--~--~---------~--~----~------------~-------~--~----~
Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en
To unsubscribe, send email to [EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---

Reply via email to