DOA (Allroundautomations) to DevArt conversion
DOA (Allroundautomations) to DevArt conversion
Hello @all,
I'm lookíng for a tool to convert my application from
DOA (Allroundautomations) to DevArt .... my problem
is that I need to convert about 3 Millions lines of code
- about 800 Forms ... I started to write my on conversion
tool - but maybe just maybe someone already has done the
job.
Thanks for any info.
Nils
I'm lookíng for a tool to convert my application from
DOA (Allroundautomations) to DevArt .... my problem
is that I need to convert about 3 Millions lines of code
- about 800 Forms ... I started to write my on conversion
tool - but maybe just maybe someone already has done the
job.
Thanks for any info.
Nils
Re: DOA (Allroundautomations) to DevArt conversion
Hello,
I have the same situation: after 10 years of using DOA we decided to switch to ODAC. I will be glad to have some recommendations, references, etc. from those who already have this experience.
I have the same situation: after 10 years of using DOA we decided to switch to ODAC. I will be glad to have some recommendations, references, etc. from those who already have this experience.
Re: DOA (Allroundautomations) to DevArt conversion
Hello,
We can send you the MigrationWizard utility, that makes migration from DOA to ODAC easier. The utility automatically changes DOA classes and modules to corresponding ODAC ones. Please specify your Delphi version and an e-mail address where I could send you the MigrationWizard.
We can send you the MigrationWizard utility, that makes migration from DOA to ODAC easier. The utility automatically changes DOA classes and modules to corresponding ODAC ones. Please specify your Delphi version and an e-mail address where I could send you the MigrationWizard.
Re: DOA (Allroundautomations) to DevArt conversion
Hello,
I am using Delphi XE2 and plan to use ODAC 9.4.11.
Could you take my e-mail address form my profile?
Many thanks.
I am using Delphi XE2 and plan to use ODAC 9.4.11.
Could you take my e-mail address form my profile?
Many thanks.
Re: DOA (Allroundautomations) to DevArt conversion
We have added a possibility to migrate from DOA to Oracle into the standard MigrationWizard distribution. The new version including this feature will be released the next week.
-
- Posts: 2
- Joined: Thu 26 Apr 2012 12:17
- Location: Brazil
Re: DOA (Allroundautomations) to DevArt conversion
Hi, I use Delphi 2010 and I need to convert from DOA to ODAC. May you send to me the MigrationWizard tool?
Re: DOA (Allroundautomations) to DevArt conversion
Migration Wizard is distributed with all editions of ODAC. You can download a suitable version of our components on Customer Portal at https://secure.devart.com.
Re: DOA (Allroundautomations) to DevArt conversion
I found it helpful to make a descendant of TSmartQuery and add properties/methods to it so that you have to make fewer changes to the rest of your code.