Error in DSN

S

Simi

I have Error:Could Not Install ISAM.When i use System DSN.
my code is
in app.config
<add key="dsn1" value="Provider=Microsoft.Jet.OLEDB.
4.0;DSN=EduLiteDSN"/>

and i create system DSN =EduLiteDSN and database is Ms-Access 2000
 
P

Paul Clement

¤ I have Error:Could Not Install ISAM.When i use System DSN.
¤ my code is
¤ in app.config
¤ <add key="dsn1" value="Provider=Microsoft.Jet.OLEDB.
¤ 4.0;DSN=EduLiteDSN"/>
¤
¤ and i create system DSN =EduLiteDSN and database is Ms-Access 2000

The Jet OLEDB Provider does not support a DSN. The use of a DSN was designed for use with ODBC
drivers and not OLEDB.


Paul
~~~~
Microsoft MVP (Visual Basic)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top