Icon View Incident Report

Minor Minor
Reported By: Oliver Bock
Reported On: 5/30/2006
For: Version 4.24 Build 1
# 2202 Passing a NULL Parameter to a Custom SQL Function Causes an Unassigned Variant to Be Passed Instead

I'm passing null as a parameter to a custom SQL function, but when I examine params[n].Value in OnCustomFunction it contains Unassigned instead of Null.


Comments Comments
The Value property should be Unassigned, but the TDBISAMParam.IsNull property should have been set to True also, and it wasn't properly set.


Resolution Resolution
Fixed Problem on 6/2/2006 in version 4.25 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