Hi,
I get an assertion failure in OraClasses.Pas Line 5339 if I include a Blob field in Oracle 11g DB.
Both the program and the Query Data Editor give the same error if I make a change to any field (not just to a Blob) on posting to the table if a blob field is present.
Removing the Blob from the select and related SQL works OK.
Any idea why an Oracle Blob would cause this?
First time I've used a Blob field in Oracle. Have not had the problem before with other Oracle field types.