Hello,
I have one more question. I am connectinag to SQL Server 2008, not express, and I keep getting the "login failed for user "...""
The connection string I am using is:
Dim connStrg As String = "Data Source=" _
& ServerAdressTextBox.Text & _
";Initial Catalog=" & _
DatabaseNameTextBox.Text & _
"Integrated Security=SSPI" & ";"
Does anyone know where I am going wrong? If anyone knew anything that could help point me in the right direction, it would be GREATLY appreciated.
Thank you all for your time.