Error column is not defined
Posted: Thu 19 May 2011 22:48
Using IBDac version 3.60.0.22 and converting an interbase 2007 database form charset NONE to UTF8, I get an error when using a select from a stored procedure where one or more columns returned is a BLOB and UseUnicode is True.
The error is in the unit IBCClasses in procedure GetBlobCharset when checking the result of the call to isc_blob_lookup_desc.
When UseUnicode is false, the call to this procedure is not made and the procedure works, but then the strings returned for the varchar columns are malformed.
When using the original database all works fine as well
Can you please advice me how to get this working?
The error is in the unit IBCClasses in procedure GetBlobCharset when checking the result of the call to isc_blob_lookup_desc.
When UseUnicode is false, the call to this procedure is not made and the procedure works, but then the strings returned for the varchar columns are malformed.
When using the original database all works fine as well
Can you please advice me how to get this working?