[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

omg

7/24/2002 11:38:00 PM

Hi,

The only way I can successfully open an MSACCESS database
is by using the ODBC.NET for Jet Drivers. But that
requires I enter a direct path to the *.MDB MSAccess
file.

I would like to do it via a DSN name in ODBC's Data
Source Administator (control panel | Adimistartion Tools
| ODBC). Is there a way to specify the VS .NET tools
connect to the MSAccess file via the ODBC name located in
ODBC's Data Source Administator?

TIA,
Charles
1 Answer

Paul Jefferies

7/25/2002 1:17:00 PM

0

In the VS .NET IDE :

Tools>Connect to Database

Select Microsoft OLEDB Provider for ODBC, then the DSN's
can be chosen on the Connection tab.

Paul