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
Dim SQLString As String = _
"IF EXISTS (" & _
"SELECT * " & _
"FROM master..sysdatabases " & _
"WHERE Name = '" & newDatabaseName.Text & "')" & vbCrLf & _
"DROP DATABASE...
November 5, 2024 at 8:12 pm
how can I drop a table if exists in Visual Basic 2017 SQLExpress
November 5, 2024 at 5:32 pm
Viewing 3 posts - 1 through 3 (of 3 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy