R
Romain TAILLANDIER
Hi group
My connection string is :
this.MyConnStr =
@"Server=MyComputerName\MyDbName;Database=master;Trusted_Connection=True;Poo
ling=False";
I need to get the Server name for build my Connection String at runtime.
Found nothing on google, where can i search for that ?
Please help
ROM
My connection string is :
this.MyConnStr =
@"Server=MyComputerName\MyDbName;Database=master;Trusted_Connection=True;Poo
ling=False";
I need to get the Server name for build my Connection String at runtime.
Found nothing on google, where can i search for that ?
Please help
ROM