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
75
votes

1 comment
-
joachimd commented
good idea...I currently work around that issue using temp tables (select ... into #tmp ...) and the AfterPost event.