|
-
Feb 1st, 2011, 10:09 AM
#1
Thread Starter
New Member
SQL Server 2005 Connection String Problem
I'm having problem with my connection string .
I'm trying to connect to the database through my web application of my site but it gives the following error message.
" [DBNETLIB][ConnectionOpen (ParseConnectParams()).]Invalid connection.
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.Data.OleDb.OleDbException: [DBNETLIB][ConnectionOpen (ParseConnectParams()).]Invalid connection. "
I'm using the following connection string:
Server=myServerAddress;Database=myDataBase;User ID=myUsername;Password=myPassword;Trusted_Connection=False;
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|