Subject | Re: [IBO] IB_Datapump |
---|---|
Author | Helen Borrie |
Post date | 2005-11-02T22:57:55Z |
At 11:27 AM 3/11/2005 +1300, you wrote:
dest SQL :
insert into desttable (SerlNumRef, TransRef)
values (:SerlNumRef, :TransRef)
Helen
>HiThis should work; but the more logical way to address this is to make your
>
>Sorry, just worked out ho to do it.
>
>For anyone who is interested. In the Dest IB_Cursor change
>'CheckRequired' to false.
dest SQL :
insert into desttable (SerlNumRef, TransRef)
values (:SerlNumRef, :TransRef)
Helen