VB STANDARD AND ODBC

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
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.
 
Back
Top