Subject EIB_ColumnError on Prepare()
Author Eric Handbury
Hello,

BCB6sp4, IBO4.2Hg, FB-1.0-796

I dynamically generate the SQL string used in a TIB_DSQL
component. The string is:
INSERT INTO MBTABLE VALUES('152
10917 ',?,?,?,?,?,?,?,?,?,?,?,?,?,?)

When I call Prepare(), the following error is generated:

"Value out of range" EIB_ColumnError

If I take the string and use IB_SQL to prepare it, it works fine.

Any thoughts?

TIA. Eric.