Hi, I'm completely new to MySQL. I've created a MySQL database using MySQL Workbench and saved it to my computer desktop. I've called it mydb.mwb I need to open this database using VB.net to read/update records. This database only needs to exist on my computer - it will never need to be online. What connection string is required in VB.Net? (i can already connect to Microsoft Access databases in VB.Net). Thanks