C# connecting to SQL Express
Hello
I am a totally new user to C#, coming from a VB6 background. Think of me as someone with sever VDU ([u]V</u>ery [u]D</u>umb [u]U</u>ser) syndromeI am trying to connect manually to the default installation of SQL Express installed with Visual Studio Professional. In creating the connection string as follows:
ConnecString = @"Data Source=[GD-MOBILE\SQLEXPRESS];Initial Catalog=PRISM_Test;Integrated Security=true";
the single backslash is automatically converted to two backslashes. Is there a way to prevent this, or should I be using another means of connecting to the datasbase. And not using the wizards and what nots that come with Visual Studio
Thanks
Carlos
|