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
Example with zeosdbo 5.4 to 6.6?
Moderators: gto, cipto_kh, EgonHugeist
[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)
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)