Database connectivity using Mysql

  • Thread starter Thread starter Shun
  • Start date Start date
S

Shun

Hello,

I am new to .net Platform.
I want to build a sample application using VB.net and backend mysql.
now my problem is how to connect to the mysql database.
which is the better provider( oledb or odbc).
can you give any sample program.
I am using VS 2005.

Thanks in advance

Regards
Shun
 
Hi Shun

Take a look on the mysql.com website as they have released a mySQL
connector specifically for .Net 2 (which I've briefly used with no
problems) - if you search on their site for Connector.Net you should
find it quite easily.

Cheers
Martin
 
Shun said:
Hello,

I am new to .net Platform.
I want to build a sample application using VB.net and backend mysql.
now my problem is how to connect to the mysql database.
which is the better provider( oledb or odbc).
can you give any sample program.
I am using VS 2005.

Hi,

I am using MySQL in VS2005 (not with VB.net but with Chrome, but that does
not make any difference) and it works fine...
You can download an ADO.net connector here :
http://dev.mysql.com/downloads/connector/net/5.0.html
Here is a tutorial about using MySQL in VB.net :
http://www.vbmysql.com/articles/vbdotnet-mysql/the-vbnet-mysql-tutorial-part-3/

Best Regards,

Jeroen Vandezande
 

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

Similar Threads

MySql and OleDB 1
Using MySql Database with .NET ADO objects 1
working with mysql database 1
MySQL connection string in MySQL 1
mySql connect 3
ADO connect mysql 1
Access for MySQL data reports only 5
MySql 2

Back
Top