VB STANDARD AND ODBC

G

Guest

I need to connect to a paradox 5.x and SqlBase tables. The data adapter
doesn't work because I only have VB.NET Standard. How does one connect thru
ODBC without the data adapter control?
Any references to textbooks or code samples would be greatly appreciated.
 
H

Herfried K. Wagner [MVP]

Mark Escandon said:
I need to connect to a paradox 5.x and SqlBase tables. The data adapter
doesn't work because I only have VB.NET Standard. How does one connect
thru
ODBC without the data adapter control?
Any references to textbooks or code samples would be greatly appreciated.

Standard edition doesn't contain the designers, but it should be possible to
set up the connection by code.
 

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