odbc connection

  • Thread starter Thread starter P Anuels
  • Start date Start date
P

P Anuels

I am working with Visual Basic .net standard. I wan't to
connect with a Mysql database through ODBC. After i
configure the ODBC connection object i get a message that
states that i can only connect to Ms Access or SQL server
databases with this version of Visual studio.

Why is this happening ?

Peter.
 
P Anuels said:
I am working with Visual Basic .net standard. I wan't to
connect with a Mysql database through ODBC. After i
configure the ODBC connection object i get a message that
states that i can only connect to Ms Access or SQL server
databases with this version of Visual studio.

Why is this happening ?

Because you can only connect to Access an SQL server databases with the
Standard version.
 
Cor,

what i mean is: why do the vb.net 2003 visual design tools
not support the ODBC connection? Do i need another version
of vb.net or visual studio?

Peter.
 
Sorry, I don't understand you.

" I am working with Visual Basic .net standard. I wan't to
connect with a Mysql database through ODBC. After i
configure the ODBC connection object i get a message that
states that i can only connect to Ms Access or SQL server
databases with this version of Visual studio.
this version
 
-----Original Message-----


Because you can only connect to Access an SQL server databases with the
Standard version.

Ok, Armin.

Looks that we have to go to one of the 'higher' versions
to make it work.

Peter.
 
Back
Top