BDS 2006 to RAD Sudio 2007 Migration Utility

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
wjm4
Posts: 72
Joined: Mon 12 Feb 2007 21:31

BDS 2006 to RAD Sudio 2007 Migration Utility

Post by wjm4 » Wed 07 Nov 2007 21:51

Is there a migration utility for projects that were written using BDS2006 to use Rad Studio 2007. I noticed that the library names were rename from dac100(BDS2006) to dac150(RAD2007) and so on.

kurtbilde
Posts: 114
Joined: Wed 16 Mar 2005 16:02
Location: Odense, Denmark

Post by kurtbilde » Thu 08 Nov 2007 07:34

This is on the package level, and is handle with in the IDE. I have taken projects written in Delphi 7, BDS 2006 to RAD 2007 without any problems!

-Kurt

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Fri 09 Nov 2007 09:15

You need to change your project only if it is built with runtime packages. There is no migration utility. You need to open Packages in Project Options, and change indexes for dac100, dacvcl100, odac100, odacvcl100 to 105.

Ludek
Posts: 301
Joined: Thu 12 Oct 2006 09:34

Post by Ludek » Mon 12 Nov 2007 15:43

I would also appreciate such migration utility, because changing appx. 100 projects manually is really crazy... I'm curretly writing such simple application myself, but I don't think, that that's a good idea let each xyzDAC user write such utility himself.

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Mon 12 Nov 2007 16:27

We'll consider possibility to create such utility.

Post Reply