Icon View Incident Report

Serious Serious
Reported By: Wes Peterson
Reported On: 6/15/1998
For: Version 0.09 Build 1
# 137 Database System Utility Reverse Engineer Leaving Out First Single Quote for TableName/DatabaseName

I used the reverse engineering feature to generate the table creation code and ran into the following:

with TableToCreate do
begin
DatabaseName:=d:\d3projects\zonecraft\data';
TableName:=tempdensities.dat';

In the above generated code, the DatabaseName and TableName string constants are missing the opening single-quote.


Resolution Resolution
Fixed Problem on 6/16/1998 in version 0.10 build 1
Image