May 15, 2007 #1 christophorus Technical User Joined Apr 3, 2006 Messages 9 Location US Is it possible to access a MySql database with VB express?
May 15, 2007 #2 chrissie1 Programmer Joined Aug 12, 2002 Messages 4,517 Location BE Yes Christiaan Baes Belgium "My old site" - Me Upvote 0 Downvote
May 15, 2007 #3 Borvik Programmer Joined Jan 2, 2002 Messages 1,392 Location US As Christiaan said, yes. You will need a driver to do the connecting. Take a look at the ADO.NET or the ODBC driver at the MySQL website: http://www.mysql.com/products/connector/ Upvote 0 Downvote
As Christiaan said, yes. You will need a driver to do the connecting. Take a look at the ADO.NET or the ODBC driver at the MySQL website: http://www.mysql.com/products/connector/
May 15, 2007 Thread starter #4 christophorus Technical User Joined Apr 3, 2006 Messages 9 Location US Thanks for the response! Is there anywhere I might find a tutorial on this. I've been searching but haven't found anything specific enough... Upvote 0 Downvote
Thanks for the response! Is there anywhere I might find a tutorial on this. I've been searching but haven't found anything specific enough...
May 15, 2007 #5 Borvik Programmer Joined Jan 2, 2002 Messages 1,392 Location US Google is your friend. A quick search brought up this site (2nd in google's list for '"vb.net" mysql tutorial') http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-1/ Upvote 0 Downvote
Google is your friend. A quick search brought up this site (2nd in google's list for '"vb.net" mysql tutorial') http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-1/