Page 1 of 1

Example with zeosdbo 5.4 to 6.6?

Posted: 20.11.2006, 11:41
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

Posted: 20.11.2006, 13:26
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)