sqlite newbie question - how to know if a table exists?

kf9150 at gmail.com kf9150 at gmail.com
Fri Jun 22 03:52:24 EDT 2007


Hello,

Another newbie question: How do I know if there is a table with
certain name in a sqlite database? What i'm doing now is just create
the table with that name, if exception occurs, that means the table is
already created. Am i correct? Any better way? Thank you.

kelie




More information about the Python-list mailing list