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