67 votes
Updateobject for TADSQuery
I would like to have a UpdateObject for a Query, so I can define the sql for update/Insert for a TADSQuery. this would avoid to make such things with Triggers
I would like to have a UpdateObject for a Query, so I can define the sql for update/Insert for a TADSQuery. this would avoid to make such things with Triggers
joachimd
good idea...I currently work around that issue using temp tables (select ... into #tmp ...) and the AfterPost event.