Page 1 of 1

Database migration

PostPosted: May 5th, 2018, 8:39 pm
by unused_username
I am working on a project in Delphi and MySQL. In Delphi, I use dbexpress database driver.

Now I want to migrate my project from MySQL DBMS to SQL Server (free Express version 2008), and from dbexpress database driver to FireDAC database driver.

Note: I am using RAD Studio XE7 Architect, MySQL 5.5.60, SQL Server Express R2 2008.

My question is: How to do this migration?