You can attach to a MySQL database similar to an access database, only you don't need to know the physical path. MySQL databases are installed by us for you. We create the Database then you add the tables you need to make it functional. This is done through the web based interface located in the members area. MySQL is set up for a small fee. Your connection string will look like the one below:
DSN= "DRIVER={MySQL};SERVER=localhost;DATABASE={mydb}; _
UID={youruserID};PWD={YourPassword}; OPTION=16834;"
Leave the { } off when you insert your information. These are only to show you where your database information is placed.