Subject Re: [IBO] EIB_ColumnError on Prepare()
Author Eric Handbury
>
> The fail is happening before the ?'s are replaced with real
> data? Try some 'real' default data?

That's a good idea. I'll try a INSERT of real values and one-by-one
replace real values with '?'s until the prepare bombs.

Another thing I found is that if I catch the EIB_ColumnError and
continue... everything still works.