How do I connect to a MySQL database with Microsoft VB.NET?

Hi There, I have created numerous applications linking SQL Server 2003 to Visual Studio.NET successfully and now I am creating a new one that requires use of MySQL. I am continuously getting the error that the database does not exist. Please can someone assist me with some sample code or link to where I can [...] [...more]

MySQL Comments (1)

Connect to mysql database through a datagridview in vb.net – Part 2

Connect to mysql database through a datagridview in vb.net, by performing a select statement to fetch data from the database [...more]

MySQL Comments (2)

How to put data from mysql table into VBNET VB6 VB.NET Visual Basic Tutorial

Full Module Code: Imports mysql.Data.mysqlclient Module SQL ‘Setup a new mysqlconnection Public Connection As New mysqlconnection ‘Dim Command so we can execute sql commands Dim Command As mysqlcommand Public Sub connecttodb() Try ‘we are setting the username, password, ect Connection = New mysqlconnection(String.Format(“server={0};user id={1}; password={2}; port=3306; database={3}; pooling=false”, Login.txtserver.Text, Login.txtuser.Text, Login.txtpass.Text, Login.txtdb.Text)) ‘okay now everything [...] [...more]

MySQL Comments (11)

Connecting to a mysql database from vb.net – Part 1

Connecting to a mysql database from vb.net, for more about me www.rabihtawil.com [...more]

MySQL Comments (1)

#3 Mysql Connection Vb 9.0 VB.net

pastebin.com Shows the user how to create a program that will interact with an mysql database on a simple level. dev.mysql.com www.think-tek.net/tutorials [...more]

MySQL Comments (23)


 

February 2012
M T W T F S S
« Jan    
 12345
6789101112
13141516171819
20212223242526
272829