connection string, name of your server?

MarioRammy

Member
Joined
Feb 1, 2008
Messages
12
Programming Experience
Beginner
When entering your connection string, how do you find out the name of your sever??
Here is my connect string.

myConnection = New SqlConnection("server=???;uid=sa;pwd=;database=Jobs").

Any ideas
 
I think that you have to provide the name of the server yourself. At least, thats what I always do and how I was taught.
 
When entering your connection string, how do you find out the name of your sever??
Here is my connect string.

myConnection = New SqlConnection("server=???;uid=sa;pwd=;database=Jobs").

Any ideas

I think you kinda have to ask your network manager or the person who set up your database server..

i.e. if you suddenly realise you cant remember where you live, phone your mum, not us..
 
Back
Top