Subject | Re: [IBO] EIB_ColumnError on Prepare() |
---|---|
Author | Eric Handbury |
Post date | 2003-05-28T11:02:46Z |
--- In IBObjects@yahoogroups.com, Lester Caine <lester@l...> wrote:
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.
> > INSERT INTO MBTABLE VALUES('152Lester, thanks for the reply.
> > 10917 ',?,?,?,?,?,?,?,?,?,?,?,?,?,?)
> >
> > Any thoughts?
>
> Trying
> INSRT INTO MBTABLE( COLUMN ) VALUES ( '152
> 10917 ' )
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.