how to connect mysql DB ?
-
hi, i am going to learn mysql DB. i am using .net 2.0 i dont no how to connect mysql DB in .net? where i download mysql from net? give me solution for me... thanks in advance
Google is broken where you live ? There's a whole site on using MySQL in VB. You sure as hell can find the download by googling it.
Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )
-
Google is broken where you live ? There's a whole site on using MySQL in VB. You sure as hell can find the download by googling it.
Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )
hey Specifically VB and MySQL, there is a very good set of articles there that deal with just that. You should also have a look at here: http://www.vbforums.com/showthread.php?t=469872 It deals specifically with connecting to a SQL Database, but the concepts are exactly the same of MySQL. you may download mysql connector for .net too from following link http://dev.mysql.com/downloads/connector/net/5.2.html Hope that helps!!