Icon View Incident Report

Minor Minor
Reported By: Adbdulaziz Jasser
Reported On: 7/25/2007
For: Version 1.04 Build 6
# 2422 Specifying a MIGRATE DATABASE Parameter Incorrectly Can Cause AV

I received an AV error with the following statement:

EDBDatabase1.Execute(Format('MIGRATE DATABASE FROM "DBISAM3" '+
'USING DatabaseDirectory = ''%s'', '+
'TablePasswords = ''%s'' '+
'WITH DATA',[QuotedStr(sDirectory,sTablePassword)]));



Comments Comments and Workarounds
The issue is the single-quotes around the TablePasswords constant value. If the quotes were missing, then the AV would occur.


Resolution Resolution
Fixed Problem on 7/25/2007 in version 1.05 build 1


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 VCL Client-Server
ElevateDB VCL Client-Server with Source
ElevateDB VCL Standard
ElevateDB VCL Standard with Source
ElevateDB VCL Trial

Image