A
A.M
Hi,
What would be the best way to decompose a valid sql server connection
string? I am looking for four items (server name, db name, username,
password)
I guess I can use SqlConnection class to decompose the connection string;
however my concern is that it establishes the actual connection, so it takes
resources.
Thanks,
Ali
What would be the best way to decompose a valid sql server connection
string? I am looking for four items (server name, db name, username,
password)
I guess I can use SqlConnection class to decompose the connection string;
however my concern is that it establishes the actual connection, so it takes
resources.
Thanks,
Ali