[lnkForumImage]
TotalShareware - Download Free Software

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


 

Everton Vido \(Brazil\)

11/7/2002 10:42:00 AM

I'm a beginner programmer VB.NET and I would like to know
how to connect DBF tables.
Please, could you give me detailed instructions?

When I use "Microsoft OLE DB Provider for ODBC Drivers"
I'm having the following error message:
You cannot use an OLE DB provider for ODBC drivers.
Do you know what is this?
1 Answer

Bob Grommes

11/18/2002 4:44:00 AM

0

OLE DB classes only work with OLE DB. If you must make an ODBC connection,
use the ODBC classes.

These were not distributed with VS.NET, but were released later. You can
download them here:

http://msdn.microsoft.com/downloads/default.asp?url=/downloads/sam...
l=/MSDN-FILES/027/001/668/msdncompositedoc.xml&frame=true

--Bob

"Everton Vido (Brazil)" <vido@ype.ind.br> wrote in message
news:91c001c28641$f2ed7640$36ef2ecf@tkmsftngxa12...
> I'm a beginner programmer VB.NET and I would like to know
> how to connect DBF tables.
> Please, could you give me detailed instructions?
>
> When I use "Microsoft OLE DB Provider for ODBC Drivers"
> I'm having the following error message:
> You cannot use an OLE DB provider for ODBC drivers.
> Do you know what is this?