General Forum

68 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

  1. Comments
  1. joachimd

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