Icon View Incident Report

Minor Minor
Reported By: Michael Charalampos
Reported On: 10/19/2009
For: Version 2.03 Build 4
# 3087 Starting Cached Updates on the Same Base Table Multiple Times Causes Error

The following code causes the error:

ElevateDB Error #400 The temporary table Employees Details - Addresses already exists in the schema Default.

All of the table components point to the same base table.

procedure TForm1.Button1Click(Sender: TObject);
begin
  tbdata.Open;

  ltbAddresses.Open;
  ltbTelephones.Open;
  ltbNetworks.Open;
  ltbAccounts.Open;

  ltbAddresses.BeginCachedUpdates;
  ltbTelephones.BeginCachedUpdates;
  ltbNetworks.BeginCachedUpdates;
  ltbAccounts.BeginCachedUpdates;
end;



Resolution Resolution
Fixed Problem on 10/20/2009 in version 2.03 build 5


Products Affected Products Affected
ElevateDB Additional Software and Utilities
ElevateDB DAC Client-Server
ElevateDB DAC Client-Server with Source
ElevateDB DAC Standard
ElevateDB DAC Standard with Source
ElevateDB DAC Trial
ElevateDB LCL Standard with Source
ElevateDB VCL Client-Server
ElevateDB VCL Client-Server with Source
ElevateDB VCL Standard
ElevateDB VCL Standard with Source
ElevateDB VCL Trial

Image