Subject Re: [IBO] IB_Datapump
Author Helen Borrie
At 11:27 AM 3/11/2005 +1300, you wrote:
>Hi
>
>Sorry, just worked out ho to do it.
>
>For anyone who is interested. In the Dest IB_Cursor change
>'CheckRequired' to false.

This should work; but the more logical way to address this is to make your
dest SQL :

insert into desttable (SerlNumRef, TransRef)
values (:SerlNumRef, :TransRef)

Helen