.hack//GU 0 Report post Posted August 31, 2006 Put it simply, how could I connect MySQL into VB.NET? I use SQLConnection component, but it search only MS SQL servers. Please help... thanks in advance Share this post Link to post Share on other sites
magiccode9 0 Report post Posted November 19, 2006 Just go http://www.mysql.com/ and download an assembly called mysql/ n connector and make a reference to it.http://www.mysql.com/ Share this post Link to post Share on other sites
raviteja 0 Report post Posted February 7, 2007 WIth .NET framework 1.1 you will be getting only OLEDB and SQLClient Connectors only. To connect to MySQL database you need to get the respective DB connector. You can download this from http://www.mysql.com/products/connector/Just paste the mysql.dll in your bin directory and you are all set. Share this post Link to post Share on other sites