Subject Save a dataset, transmit and reload
Author tickerboo2002
Would any of the IBO components allow me to do something like this:

1. Run a TIB_Query or TIB_Cursor to pull down some database rows
2. Export that data into a compressed file/stream
3. Transmit it to another location
4. Import into some IBO dataset component and query like normal.

I'd take care of point 3, but wondered if the rest was possible using
IBO, preferably in some quick and efficient manner (to include blobs).

Thanks

David