Hi all,
My application (vb.net 2008) connects to sql server 2005 express.
When I hardcode the following it works with no problem:
Dim objconnection As SqlConnection = New SqlConnection("server=.\SQLEXPRESS;database=tstDB;Trusted_Connection=True;")
objconnection.Open()
But ofcourse I don't...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.