Connection string for MSDE
Hi,
I need the connection string in .Net 1.1v, c#, for connecting my database which is in MSDE[Microsoft Database Engine].
[u]My Existing code for connection string:</u>
<add key="BWFM_ConnStr" value="server=MSDENEW; user id=sa; password=buildfolio1819; database=ORQSample;instancename=MSDENEW;"/>
[u]The Error I am getting is:</u>
Keyword not supported: 'instancename'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentException: Keyword not supported: 'instancename'.
Thanks in advance..........
Karhtik
__________________
Karthik
[Nothing is impossible]
|