Page 1 of 1

Migration Wizard in CoreLabs

Posted: Thu 22 May 2008 10:40
by skatyal
Hi All,

I want to use Corelab OraDirect's Migration wizard feature to migrate my code From ODP.net.

I want to know few things related to migration:
1. What all changes will be made in my code after migration?
2. If a class is present in ODP.Net but not present in Core labs provider then how will that be handled?
3. Will there be any code loss after migration?

Pls help...

Posted: Fri 23 May 2008 09:38
by Alexey.mdr
1. Migration wizard renames classes and namespaces, everything else you should check by yourself.
2. If the class has a lookalike in OraDirect .NET it will be replaced, otherwise no changes are made.
3. Any other code will be left changeless.

Posted: Fri 23 May 2008 10:33
by skatyal
Thank you for the response.


I created a sample application and tried to migrate it but besides the namespace and reference no other change was there.

I want to know that how will the method or property calls will change.

If a method or property does not exists then will it be commented or left like that only?

Posted: Mon 26 May 2008 16:37
by Alexey.mdr
Migration wizard handles only major namespaces/class names/methods/properties and type names.
This means that only basic changes are made to the project. If the property/method exists in the Migration wizard mapping base,
then it will be replaced, otherwise no changes are made.