Page 1 of 1

Blob parameters

Posted: Mon 11 May 2009 00:43
by aaranguren
Hi,

I'm tryng to execute a SQL code directly from the SQLConnection, but if I pass a ftBlob parameter, when call to Execute() I get the following error:

First chance exception at $764542EB. Exception class EIBCError with message '
Dynamic SQL Error
SQL error code = -303
feature is not supported
BLOB and array data types are not supported for move operation'.


I was tryng to do something like:
SQLConnection->Execute (SQL, Parameters, NULL);

C++Builder 2009, last release of devart DBExpress driver for Interbase/Firebird and Firebird 2.1

Thanks.

Posted: Tue 12 May 2009 08:17
by Plash
We could not reproduce the problem. Please send to dbxida*devart*com a complete small sample that demonstrates the problem, including the script for creating database objects.