Re: ConnectionString using DSN not working
- From: Fendi Baba <effendi@xxxxxxxxxxxxxx>
- Date: 18 Apr 2007 09:53:41 -0700
On Apr 18, 8:40 pm, Paul Clement
<UseAdddressAtEndofMess...@xxxxxxxxxxxxxx> wrote:
On 17 Apr 2007 09:46:55 -0700, Fendi Baba <effe...@xxxxxxxxxxxxxx> wrote:
¤ Ok, But when I created tableAdapters to use connectionstring created
¤ usingDSN, it work normally. While not doubting whatyou've said, I am
¤ jsut trying to figure out what to tell my bosses why I cant useDSN...
¤
ODBC is legacy technology. The only reason to support it is if you have legacy code or no native
.NET provider for the database that you are working with. Native .NET provider libraries do not
typically support theDSNfeature, which was developed for ODBC.
If the reason for using aDSNis to hide the details of the connection, you can encrypt the
connection string information and read it from a .config file instead.
Paul
~~~~
Microsoft MVP (Visual Basic)
Paul
Thanks for the answers. Could you lead me to a resource which states
this? My infrastructure folks is concerned about moving away from ODBC
and has asked me for a documentation.
Regards
.
- Follow-Ups:
- Re: ConnectionString using DSN not working
- From: Paul Clement
- Re: ConnectionString using DSN not working
- From: William \(Bill\) Vaughn
- Re: ConnectionString using DSN not working
- References:
- ConnectionString using DSN not working
- From: Fendi Baba
- Re: ConnectionString using DSN not working
- From: Mary Chipman [MSFT]
- Re: ConnectionString using DSN not working
- From: Fendi Baba
- Re: ConnectionString using DSN not working
- From: Paul Clement
- ConnectionString using DSN not working
- Prev by Date: Re: Problem in inserting data into AccessDB
- Next by Date: Re: ConnectionString using DSN not working
- Previous by thread: Re: ConnectionString using DSN not working
- Next by thread: Re: ConnectionString using DSN not working
- Index(es):
Relevant Pages
|