Subject Re: [IBO] IB_Import and Primary Key problem
Author bmckenna6
> Show us your INSERT statement.

Helen,

Thanks for your reply.

I'm not sure what you mean by 'my' insert statement.

AIU, IB_Import prepares the insert statement
based upon the fieldlist I provide it, and as I step
through IB_Import.MakeInsertStatement I can see it
being prepared, but it is indeed prepared without the
needed first field which is the primary key.

So, am I supposed to somehow prepare IB_Import
to add the primary key as the first field?

It does not seem to work if I add the primary
key to the start of the fieldlist.

Am supposed to prepare the insert statement directly
for IB_Import?

Perhaps through an IB_Table for the table to used
by IB_Import?

--
Barry