connection string
-
When i have to sql sever 2005,How to make connection string? please help to me
-
When i have to sql sever 2005,How to make connection string? please help to me
-
If you can't figure this out you really shouldn't be writing code. Try Google.
Bob Ashfield Consultants Ltd
I have 2 instance. i used this: Driver={SQL Native Client};Server=myServerName\theInstanceName;Database=myDataBase;Trusted_Connection=yes; but i have a problem yet. my eroor: recognize escape sequence help me please
-
I have 2 instance. i used this: Driver={SQL Native Client};Server=myServerName\theInstanceName;Database=myDataBase;Trusted_Connection=yes; but i have a problem yet. my eroor: recognize escape sequence help me please
I guess you're coding in C#. Try
connstring = @"Driver={SQL Native Client};Server=myServerName\theInstanceName;Database=myDataBase;Trusted_Connection=yes;"; or "Driver={SQL Native Client};Server=myServerName\\theInstanceName;Database=myDataBase;Trusted_Connection=yes;"
-
When i have to sql sever 2005,How to make connection string? please help to me
-
I guess you're coding in C#. Try
connstring = @"Driver={SQL Native Client};Server=myServerName\theInstanceName;Database=myDataBase;Trusted_Connection=yes;"; or "Driver={SQL Native Client};Server=myServerName\\theInstanceName;Database=myDataBase;Trusted_Connection=yes;"
thank you very much
-
When i have to sql sever 2005,How to make connection string? please help to me
Hi, download bob tubor learning videos from microsoft(c#+sql). Search something like absolute beginners lessons, download as most as you can, they are free and very helpful. :laugh: