cmd.CommandText = "SELECT COUNT(name) FROM sqlite_master WHERE type = 'table' and name = 'TableYouAreSearchingFor'" Reader.Value = cmd.ExecuteReaderIf reader.GetValue(0) > 0 Then ...End IfReader.Close