Migrating .NET/MySQL app. to DB2 -


I want to migrate my existing desktop Windows .NET 3.5 app. Which uses MySQL as backend of DB2 Express. I have downloaded the IBM Migration Toolkit to migrate the database. I have more questions:

  1. How precise is the IBM Migration Toolkit? are there any problems?
  2. For the app, just the connection string will change or something else?

Regarding question # 2: However, if you are using ADO.NET, you should be able to change the connection string only, but if you are taking advantage of the connector .net mysql driver for you use .net for OADBC or db2 native driver You may have to update the service layer in your application.

Enjoy!


Comments