Sdac to UniDAC migrate Wizard Problem

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
osmantaskiran
Posts: 15
Joined: Thu 21 Apr 2005 22:02

Sdac to UniDAC migrate Wizard Problem

Post by osmantaskiran » Thu 18 Jul 2013 11:25

Hi;
I have executed Migration Wizard on my existing project with SDAC 6.6.11
It did converted all .pas files with unidac but all dfm files are still contains TMSStoredProc and TMSQuery components.

How I can convert all project files to unidac component?

AndreyZ

Re: Sdac to UniDAC migrate Wizard Problem

Post by AndreyZ » Thu 18 Jul 2013 12:42

Hello,

I cannot reproduce the problem. Please specify the following:
- the exact version of UniDAC. You can learn it from the About sheet of TUniConnection Editor;
- the exact version of your IDE.
Also, please try creating a small sample that demonstrates this problem and send it to andreyz*devart*com . This way, we will be able to investigate the problem faster.

osmantaskiran
Posts: 15
Joined: Thu 21 Apr 2005 22:02

Re: Sdac to UniDAC migrate Wizard Problem

Post by osmantaskiran » Thu 18 Jul 2013 12:54

UniDAC is 5.0.1
IDE Rad Studio XE2 16.0.4504.48759
I m preparing the sample project file.

osmantaskiran
Posts: 15
Joined: Thu 21 Apr 2005 22:02

Re: Sdac to UniDAC migrate Wizard Problem

Post by osmantaskiran » Thu 18 Jul 2013 12:58

Dear Andrey;
How I can prepare the sample project?
My project file contains one thousand form.

I have replaced all phrases of TMSSToredProc to TUniStoredProc,
TMSQuery to TUniQuery via "Quick Find and Replace" program and "TextCrawler" program.

But now Delphi is display error "[DCC Error] E2161 Error: RLINK32: Unsupported 16bit resource in file "D:\Projeler\BEKSERP3\UstUrunGrubuBazindaKaliteKontrolHataRaporFrm.dfm""

How I can resolve it?

AndreyZ

Re: Sdac to UniDAC migrate Wizard Problem

Post by AndreyZ » Fri 19 Jul 2013 09:06

How I can prepare the sample project?
You can create a new test project that has TMSSToredProc and TMSQuery components on the form. Make a copy of it and make sure that migrating the copy to UniDAC demonstrates the problem. If it does, send me the original test project.
How I can resolve it?
If it is appropriate for you, you can send me only the .pas and .dfm files of your project which cause the problem. This way, I will be able to help you faster.

Post Reply