Re: Provider keyword in connection string not a valid keyword
From: Aaron Weiker (msnews.SPAM_at_aaronweiker.com)
Date: 03/18/04
- Next message: harsha mogaligundla: "Re: retrieve data using LIKE statement"
- Previous message: Norman Yuan: "Re: retrieve data using LIKE statement"
- In reply to: J. Muenchbourg: "Provider keyword in connection string not a valid keyword"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 18 Mar 2004 16:50:33 -0500 To: "J. Muenchbourg" <anonymous@dex.com>
J. Muenchbourg wrote:
> I have a connection string in Web.config that works with my dreamweaver
> type asp.net scripts:
>
> <add key="MM_CONNECTION_STRING_datasource"
> value="Provider=SQLOLEDB;SERVER=100.00.00.01;UID=sa;PWD=mypassword;DATAB
> ASE=mydbase;" />
>
> .but i get an application error when working with indigenous asp.net :
>
> <add key="ConnectionString"
> value="Provider=SQLOLEDB;SERVER=100.00.00.01;UID=sa;PWD=mypassword;DATAB
> ASE=mydbase;" />
What type of Connection are you trying to set this to?
-- Aaron Weiker http://blogs.sqladvice.com/aweiker http://aaronweiker.com/
- Next message: harsha mogaligundla: "Re: retrieve data using LIKE statement"
- Previous message: Norman Yuan: "Re: retrieve data using LIKE statement"
- In reply to: J. Muenchbourg: "Provider keyword in connection string not a valid keyword"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|