Icon View Incident Report

Serious Serious
Reported By: Rob Grundy
Reported On: 3/23/2018
For: Version 4.44 Build 3
# 4616 Using the SQL LIST Function with No Delimiter Can Cause an Access Violation

If you run a select query using the list function but explicitly specify no delimiter then the 32 bit server comes back with a 11279 Range check error, and can be reproduces in dbsys. Running against the 64 bit server or straight to file works fine. If you specify a character delimiter or use list without specifying a delimiter the query will run fine on 32bit, 64bit and to file.

select list(cc_group,'') as CCGroup, list(CC_Auto,'') as CCAuto from courtesy



Resolution Resolution
Fixed Problem on 3/25/2018 in version 4.45 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 ODBC Trial
DBISAM VCL Client-Server
DBISAM VCL Client-Server with Source
DBISAM VCL Standard
DBISAM VCL Standard with Source
DBISAM VCL Trial

Image