Hi,
I have an app written and I just need to migrate the DB from Access to mySQL. I was going to use MS SQL, but I want to try mysql cause its free.
ANyways, I used the migration toolkit, and I migrated a .mdb file which contained 7 tables. After the migration, I was left with a folder with the name of the .mdb file, and the tables in the folder as individual files.
My app is written using ODBC datasources. How can I replace the datasource with a new one that will point to the mysql data?
I already have Mysql server running.
Thanks!
I have an app written and I just need to migrate the DB from Access to mySQL. I was going to use MS SQL, but I want to try mysql cause its free.
ANyways, I used the migration toolkit, and I migrated a .mdb file which contained 7 tables. After the migration, I was left with a folder with the name of the .mdb file, and the tables in the folder as individual files.
My app is written using ODBC datasources. How can I replace the datasource with a new one that will point to the mysql data?
I already have Mysql server running.
Thanks!