Hi Guys...
I have this below connection string...
conn.ConnectionString = "Data Source=(STJSQL\STJDB);" +
"Database=STJData;" +
"User ID=XXX;" +
"Password=XXXXX";
i get the following error:
Compiler Error Message: CS1009: Unrecognized escape sequence
Any ideas...
-VJ
I have this below connection string...
conn.ConnectionString = "Data Source=(STJSQL\STJDB);" +
"Database=STJData;" +
"User ID=XXX;" +
"Password=XXXXX";
i get the following error:
Compiler Error Message: CS1009: Unrecognized escape sequence
Any ideas...
-VJ