Subject Re: [IBO] EIB_ColumnError on Prepare()
Author Eric Handbury
--- In IBObjects@yahoogroups.com, Lester Caine <lester@l...> wrote:
> > INSERT INTO MBTABLE VALUES('152
> > 10917 ',?,?,?,?,?,?,?,?,?,?,?,?,?,?)
> >
> > Any thoughts?
>
> Trying
> INSRT INTO MBTABLE( COLUMN ) VALUES ( '152
> 10917 ' )

Lester, thanks for the reply.

The other params are filled in. The data is received from a remote
system, and the params are filled in as I parse the data file that
the remote system sends. So I need all the '?'s on the Prepare.
The death is, however, on the same table every time. And I can't
figure out why its only the prepare on this table that dies. What
bothers me is that my program's prepare dies, but the prepare on
IB_SQL goes thru fine using the same SQL.