Icon View Incident Report

Minor Minor
Reported By: Dave Harrison
Reported On: 9/13/2007
For: Version 1.05 Build 2
# 2452 Transactions Topic in Manual Shows Wrong Parameters for StartTransaction Method

When I compile:

edbDatabase1.StartTransaction;

it gives me a compile error "Not enough actual parameters". I thought the table list was optional as shown in the manual below:

http://www.elevatesoft.com/edb1b2006_executing%20transactions.htm

begin
   with MyDatabase do
      begin
      StartTransaction;
      try
         { Perform some updates to the table(s) in this database }
         Commit;
      except
         Rollback;
      end;
      end;
end;



Resolution Resolution
Fixed Problem on 9/14/2007 in version 1.06 build 1


Products Affected Products Affected
ElevateDB VCL Client-Server
ElevateDB VCL Client-Server with Source
ElevateDB VCL Standard
ElevateDB VCL Standard with Source
ElevateDB VCL Trial

Image