Hello! I want to connect to SQL Server from my VB .Net application... Can anyone tell me correct server information that will work?
Code:
Dim objConn As New SqlConnection("Server=[B][COLOR="SeaGreen"]IPorWhateverGoesHere[/COLOR][/B];uid=***;pwd=***;database=***")
objConn.Open()