SqlConnection.ConnectionString

  • Thread starter Thread starter Lloyd Dupont
  • Start date Start date
L

Lloyd Dupont

how to setup the port to use ?
in the list of parameters I can't see the port, or is it the 'Address' with
a format: 'server:port' ?
 
Hi Miha !

Thanks for that !

BTW, it's funny, you're always the one to answer my question, that's funny !

Lloyd


Miha Markic said:
Hi Lloyd,

It should be something like:
Data Source=190.190.200.100,1433;Network Library=DBMSSOCN;Initial
Catalog=pubs;User ID=sa;Password=asdasd;
See http://www.connectionstrings.com/ for more info.

--
Miha Markic [MVP C#] - RightHand .NET consulting & development
miha at rthand com
www.rthand.com

Lloyd Dupont said:
how to setup the port to use ?
in the list of parameters I can't see the port, or is it the 'Address' with
a format: 'server:port' ?
 
Back
Top