Error when using TIBCLoadder
Posted: Fri 23 Aug 2013 12:35
[IBDac 5.0.2]
I'm using a TIBCLoader component for loading data in a table.
Depending on the "Batchsize" property, i get an error message :
"EIBCError:
Dynamic SQL Error
SQL error code = -204
Implementation limit exceeded
block size exceeds implementation restriction"
I understand that the problem comes from the size of the generated "EXECUTE BLOCK...".
In Firebird FAQ I found this explanation:
"This Means That your SQL statement has breached the limit for SQL statement size.
The limit is 64kB for statement text"
But in my case, the SQL statement size is only 20kB.
What are the limitations for using TIBCLoader ?
I'm using a TIBCLoader component for loading data in a table.
Depending on the "Batchsize" property, i get an error message :
"EIBCError:
Dynamic SQL Error
SQL error code = -204
Implementation limit exceeded
block size exceeds implementation restriction"
I understand that the problem comes from the size of the generated "EXECUTE BLOCK...".
In Firebird FAQ I found this explanation:
"This Means That your SQL statement has breached the limit for SQL statement size.
The limit is 64kB for statement text"
But in my case, the SQL statement size is only 20kB.
What are the limitations for using TIBCLoader ?