Subject Re: [IBO] BatchOutput/Input
Author dlgllhn@InHisStepsSoftware.com
"Helen Borrie" <helebor@...> wrote in message
news:<5.2.0.9.2.20040226183314.02d4b008@...>...
> At 08:02 AM 26/02/2004 +0100, you wrote:
>
> 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
Don
> Gollahon's "RawInput" example. The IBX I have here doesn't have such
a
> component, but my version is about a year old. It could be something
that

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).
>
> Helen
>

Don Gollahon