pagego
Active member
I get a System Error when I try to run a database program using a dataset. I declare the connection below:
After I get the error message the following line is highlighted:
Is there possibly a problem with my software? Is there something database related that I need to have installed on my computer that I might not have? Thanks for your help.
Code:
Dim myconnection As SqlConnection = New SqlConnection("server=(local);database=pubs;uid=sa;pwd=")
After I get the error message the following line is highlighted:
Code:
myconnection.Open()
Is there possibly a problem with my software? Is there something database related that I need to have installed on my computer that I might not have? Thanks for your help.