Migration Wizard in CoreLabs

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
skatyal
Posts: 2
Joined: Thu 22 May 2008 10:26
Location: Hyderabad

Migration Wizard in CoreLabs

Post by skatyal » Thu 22 May 2008 10:40

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...

Alexey.mdr
Posts: 729
Joined: Thu 13 Dec 2007 10:24

Post by Alexey.mdr » Fri 23 May 2008 09:38

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.

skatyal
Posts: 2
Joined: Thu 22 May 2008 10:26
Location: Hyderabad

Post by skatyal » Fri 23 May 2008 10:33

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?

Alexey.mdr
Posts: 729
Joined: Thu 13 Dec 2007 10:24

Post by Alexey.mdr » Mon 26 May 2008 16:37

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.

Post Reply