MySql in VB .Net

R

Raymond

Dear all,

I have download the mysql database. And I have installed .Net enterprise
software with vb.net.
But when I new the VB. Net web application and want to connect to mysql
database. I don't see the mysql database to connect to in the server option.
How can I do to make mysql avaible for .Net. As I see it in the ODBC, but
not in . Net environment?
 
A

Alvin Bruney

how are you trying to connect? all you need do is import the bytefx.data
namespace in your code and use the appropriate connection strings. All the
ADO components are prefixed with MYSQL. Ex MYSQLcommand etc. These names are
available only after you import the namespace. In addition you would have to
set two references, one to bytefx the other to sharpziplib.dll which you
would have on your system if you install the mysql server. These are oledb
providers by the way, not odbc.
happy camping.
 

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