[lnkForumImage]
TotalShareware - Download Free Software

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


 

Michael Iradji

4/8/2002 5:39:00 PM

Does anyone know a way to connect to a dbase
database/Files. I know that Visual Basic .net cannot use
OLE DB Provider for ODBC, and the ISAM 1.1 OLE DB
Provider returns a multi-step Operation error. Does
anyone know how to do this.

Thanks
Michael Iradji
.


1 Answer

Bob Beauchemin

4/8/2002 6:42:00 PM

0

You can use the OLE DB provider for Jet with dBase files and the OleDb .NET
data provider. There are some special connection parameters you need for
dBase, see MSDN for details. You could also use an ODBC driver and Odbc .NET
data provider (downloadable from MSDN).

Bob Beauchemin
bobb@develop.com


"Michael Iradji" <miradji@colonialprop.com> wrote in message
news:6a5b01c1df13$a092c330$37ef2ecf@TKMSFTNGXA13...
> Does anyone know a way to connect to a dbase
> database/Files. I know that Visual Basic .net cannot use
> OLE DB Provider for ODBC, and the ISAM 1.1 OLE DB
> Provider returns a multi-step Operation error. Does
> anyone know how to do this.
>
> Thanks
> Michael Iradji
> .
>
>