Einzelnen Beitrag anzeigen

daredd

Registriert seit: 2. Apr 2006
433 Beiträge
 
#3

Re: FlushBuffers unter dbExpress?

  Alt 5. Jun 2009, 00:16
Was für eine Transaktion? Kannst du mir auf die sprünge helfen?

hier ist die Procedure wo ich das Problem habe:
Delphi-Quellcode:
procedure PostFlush(Table : TSQLTable);
begin
     with Table do begin
          if (State = dsEdit) or (State = dsInsert) then Post;
          if (SQLConnection <> nil) then begin
             if SQLConnection.InTransaction then SQLConnection.Commit;
          end else begin
             FlushBuffers;
          end;
          Refresh;
     end;
end;
---------------------------------------------------------------------------
Mein Vista-Kind bringt frischen Wind

Gruß DaRedd aka The Red Dragon
  Mit Zitat antworten Zitat