2008/6/30 Ramesh <[EMAIL PROTECTED]>:
>         Actually my requirement is that i should create a table if it
> is not there.
> How can i do this ...

create table if not exists (col...)

http://sqlite.org/lang.html

d.

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

Reply via email to