Hello Massimo,

Wednesday, August 31, 2005, 7:19:27 PM, you wrote:

MG> Is there any  way to check if a table (in an opened database) exists?
MG> Something smarter than "SELECT * FROM TABLENAME". ?

Select * from sqlite_master where name = 'TABLENAME'

-- 
Best regards

 Sergey Startsev
 SQLite Analyzer - SQLite database management tool with GUI.
 http://www.kraslabs.com/sqlite_analyzer.html

Reply via email to