Hi, all. I've just started using ZEOSlib, and have a little problem with it.
I use TZQuery with TZUpdateSQL. ZQuery.UpdateOject := ZUpdaetSQL;
How to decide what type of modification to use?(insert, delete or update)
ZQuery hasn't property UpdateKind... Plz help me!!!!!
TZQuery and TZUpdateSQL.
Moderators: gto, EgonHugeist
Re: TZQuery and TZUpdateSQL.
TZQuery is enough to update a single table. But if you want to update/insert/delete more than one table then use TZUpdateSQL where you can update multiple tables at once.GGL wrote:Hi, all. I've just started using ZEOSlib, and have a little problem with it.
I use TZQuery with TZUpdateSQL. ZQuery.UpdateOject := ZUpdaetSQL;
How to decide what type of modification to use?(insert, delete or update)
ZQuery hasn't property UpdateKind... Plz help me!!!!!