Example with zeosdbo 5.4 to 6.6?

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

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
Linkat
Fresh Boarder
Fresh Boarder
Posts: 1
Joined: 20.11.2006, 11:06
Location: nr. Stuttgart

Example with zeosdbo 5.4 to 6.6?

Post by Linkat »

Hi all,
I'm not familar with database problems.
I just installed the new zeos 6.6.0 in my Delphi 2005 professional. I have to translate an application made with zeos 5.4. But the names of the components are not the same.

What is the equivalent in Zeos 6.6 for

zeos 5.4..........................zeos 6.6
TZMysqlDatabase............TZConnection ???
TTMysqlQuery.................TZQuery ?
TZMysqlTransact...............????
TDataSource....................????

Thanks

Regards, Linkat
kmr
Fresh Boarder
Fresh Boarder
Posts: 17
Joined: 12.06.2006, 22:18
Location: Northern Germany (really northern)

Post by kmr »

[equote]
What is the equivalent in Zeos 6.6 for

zeos 5.4..........................zeos 6.6
TZMysqlDatabase............TZConnection ???
TTMysqlQuery.................TZQuery ?
TZMysqlTransact...............????
TDataSource....................????

[/equote]

I started Zeos with 5.5 AFAIR, so I'm quite sure about 5.4, but lets try

zeos 5.4..........................zeos 6.6
TZMysqlDatabase............TZConnection (Yep!)
TTMysqlQuery.................TZQuery (or TZTable if it makes sense)
TZMysqlTransact...............(Don't know, but transaction management should be integrated in TZConnection)
TDataSource....................TDatasource (since it is a built-in delphi component)
Post Reply