Subject | Re: [IBO] Datapump auto DstLinks question - how to get column names? |
---|---|
Author | Jason Wharton |
Post date | 2002-10-02T14:58:39Z |
Why not Prepare the source and destination before you do anything with the
pump at all?
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
-- We may not have it all together --
-- But together we have it all --
pump at all?
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
-- We may not have it all together --
-- But together we have it all --
----- Original Message -----
From: "Jung" <jungv@...>
To: <IBObjects@yahoogroups.com>
Sent: Wednesday, October 02, 2002 12:13 AM
Subject: RE: [IBO] Datapump auto DstLinks question - how to get column
names?
> Finally figured it out ...DataSet.Fields[i].FieldName.
>
> My next problem is to find an appropriate event in the datapump component
to
> fire off the code that set DstLinks. I am looking for an event that
happens
> after the fields names are retrieved for both the source dataset and the
> destination statement but before the pumping start. Any pointer is
> appreciated.
>
> Jung
>