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;