Subject | Re: [IBO] BatchOutput/Input |
---|---|
Author | dlgllhn@InHisStepsSoftware.com |
Post date | 2004-02-26T21:59:13Z |
"Helen Borrie" <helebor@...> wrote in message
news:<5.2.0.9.2.20040226183314.02d4b008@...>...
This was in IBX 5.04 in Delphi 5 Pro. And it is also in the IBX that
comes with Delphi 6. The BatchInput and BatchOutput are only on the
TIBSQL component. The RawInput type is not text. They have a second
type that is TextInput or something like that. I'm not home to look at
the project I'm using this on. Here is a little more from the IBX 5.04
help file on TIBOutputRawFile:
"Use a TIBOutputRawFile object to output data from a raw file. A raw
file is the equivalent to InterBase external file output. Raw files are
not limited to a straight character format."
news:<5.2.0.9.2.20040226183314.02d4b008@...>...
> At 08:02 AM 26/02/2004 +0100, you wrote:Don
>
> If IBX has a component that's doing this in an encapsulated way, then
> IBO
> doesn't have an equivalent. But the datapump *is* the equivalent of
> Gollahon's "RawInput" example. The IBX I have here doesn't have sucha
> component, but my version is about a year old. It could be somethingthat
This was in IBX 5.04 in Delphi 5 Pro. And it is also in the IBX that
comes with Delphi 6. The BatchInput and BatchOutput are only on the
TIBSQL component. The RawInput type is not text. They have a second
type that is TextInput or something like that. I'm not home to look at
the project I'm using this on. Here is a little more from the IBX 5.04
help file on TIBOutputRawFile:
"Use a TIBOutputRawFile object to output data from a raw file. A raw
file is the equivalent to InterBase external file output. Raw files are
not limited to a straight character format."
> shipped on the companion CD with Delphi 7 (which I don't have).Don Gollahon
>
> Helen
>