Best way to migrate from Zeos (old) to Zeos (new)

Forum related to version 6.5.1 (alpha) and 6.6.x (beta) of ZeosLib's DBOs

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
baurat
Fresh Boarder
Fresh Boarder
Posts: 10
Joined: 17.04.2006, 16:53

Best way to migrate from Zeos (old) to Zeos (new)

Post by baurat »

Hi there,

I have to update a database software I wrote 3 years ago using MySQL 3.23, D6 prof and Zeosdbo (5.0.8 I think) to Firebird 1.5.

I am thinking about the "best" way how to do this. What I found out so far, is that some of the methods and properties have changed, some are still the same.

For ex., I no longer need the transaction-object, just a TZConnection and the TZQuery is enough. So I am starting to do replace all the old terms with the now ones in an external editor and then try to get the new thing work... or are there better ways?

Another thing: the earlier
query.SortByField('fieldname') has changed to
query.SortedFields('fieldname') - what what happened to the
query.SortInverse Procedure? How can I do this now?

Thanks for your help....

Heiko!
zippo
Silver Boarder
Silver Boarder
Posts: 322
Joined: 12.10.2005, 18:01
Location: Slovenia

Post by zippo »

I edited the DFMs in Edit and opened again in Delphi - DO A BACKUP BEFORE!
Post Reply