Viewing 3 posts - 1 through 3 (of 3 total)
Do you have a code like this, may it help you tell me if this one is working fine.
Dim SQLString As String = _
"IF EXISTS (" & _
"SELECT * "...
November 5, 2024 at 8:14 pm
#4477821
"SELECT * " & _
"FROM master..sysdatabases " & _
"WHERE Name = '" & newDatabaseName.Text & "')" & vbCrLf & _
"DROP DATABASE...
November 5, 2024 at 8:12 pm
#4477820
how can I drop a table if exists in Visual Basic 2017 SQLExpress
November 5, 2024 at 5:32 pm
#4477785