Icon View Incident Report

Minor Minor
Reported By: Ralf Mimoun
Reported On: 3/30/2005
For: Version 4.18 Build 1
# 2004 Using Double Quotes Instead of Single Quotes in Constant Expressions Can Cause AV

I am just upgrading an application from version 3 to 4. Everything went smooth, but then I got an AV.

After some tests I got the cause of the problem. I use this line:

IF (TypID = 1, Lieferanten.Verkehrsnummer + " " + Lieferanten.Firma,
Kunden.Nachname + " " + Kunden.Vorname) AS Kontakt,

Using " is of course wrong here, and chainging it to ' solves the problem. But the AV does not really fit.


Comments Comments and Workarounds
The workaround is to use the proper single quotes.


Resolution Resolution
Fixed Problem on 3/31/2005 in version 4.19 build 1


Products Affected Products Affected
DBISAM Additional Software and Utilities
DBISAM ODBC Client-Server
DBISAM ODBC Client-Server with Source
DBISAM ODBC Standard
DBISAM ODBC Standard with Source
DBISAM VCL Client-Server
DBISAM VCL Client-Server with Source
DBISAM VCL Standard
DBISAM VCL Standard with Source

Image