Op 2010-06-25 08:18, Alan T het geskryf:
>> Because FQuery.SupportsRowsAffected is always FALSE.
> 
> I guess I can permanently commented that out as
> TtiVisitorUpdate.AfterExecSQL is virtual and empty. 

Excellent, glad you found a solution. You change will work, but you could
also, as an alternative, simply have set AfterExecSQL to True in the
tiQueryZeosAbs.pas unit.

eg:

constructor TtiQueryZeos.Create;
begin
  inherited;
  FQuery := TZQuery.Create( nil ) ;
  FSupportsRowsAffected := True;   // <<-- the new line added
end;


Whichever is easier for you. I'll still try and install Zeos components in
the next few days and see if I can correctly implement RowsAffected.

Regards,
  - Graeme -


------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
tiOPF-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tiopf-talk

Reply via email to