Subject | Re: [IBO] Command to execute Data Pump |
---|---|
Author | Daniel Rail |
Post date | 2004-02-15T15:01:13Z |
Hi,
At February 15, 2004, 09:53, dahlen13123 wrote:
accessible in run-time, because they are only part of the design-time
dialog and not of TIB_Connection's source code per se.
You need a TIB_DataPump component on your form, look in the source
code of IB_SQL for an example on how to use it. You can find it in the
same directory as IBO's source code.
--
Best regards,
Daniel Rail
Senior System Engineer
ACCRA Group Inc. (www.accra.ca)
ACCRA Med Software Inc. (www.filopto.com)
At February 15, 2004, 09:53, dahlen13123 wrote:
>> At 10:13 AM 15/02/2004 +0000, you wrote:Not all of what you see in the TIB_Connection design-time dialog is
>> Call its Execute method. :-)
>>
>> Helen
>> >
> Hi Helen,
> but that's my Problem, there is no Execute-Method. I have only an
> object "IB_Connection1" without this Medthod. I don't have a seperate
> IB_Datapump-Object, only this one which is embedded in the
> IB_Connection-Object.
> How can i reference the embedded Datapump-Object? What must i write
> in my Code?
> IB_Connection1. ???????
accessible in run-time, because they are only part of the design-time
dialog and not of TIB_Connection's source code per se.
You need a TIB_DataPump component on your form, look in the source
code of IB_SQL for an example on how to use it. You can find it in the
same directory as IBO's source code.
--
Best regards,
Daniel Rail
Senior System Engineer
ACCRA Group Inc. (www.accra.ca)
ACCRA Med Software Inc. (www.filopto.com)