【sqlite】判斷sqlite數據庫表是否存在

SQLite語句:html cmd.CommandText = "SELECT count(*) from sqlite_master where type='table' and name='tableName'; int a= Convert.ToInt32(cmd.ExecuteScalar());sql    若是存在,則返回數值1;數據庫   若是不存在,則返回數值0。post  if
相關文章
相關標籤/搜索