G
Guest
Hi,
I need to make the following sentence to be a string variable and how should
I do it?
server=SQL;database=SQLTest;user id=test;password=1234
private static string str= "server=SQL" + ";" + "database=SQLTest" + ";" +
"user id=test" + ";" + "password=1234";
It shows many errors.
Thanks
I need to make the following sentence to be a string variable and how should
I do it?
server=SQL;database=SQLTest;user id=test;password=1234
private static string str= "server=SQL" + ";" + "database=SQLTest" + ";" +
"user id=test" + ";" + "password=1234";
It shows many errors.
Thanks