Subject | RE: [IBO] Exporting the database directly to the client over the network |
---|---|
Author | IBO Support List |
Post date | 2015-08-15T17:08:15Z |
This is already included in IBO 5.
Use the components in the iboAdmin tab.
Kind regards,
Jason Wharton
From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com]
Sent: Saturday, August 15, 2015 7:26 AM
To: IBObjects@yahoogroups.com
Subject: [IBO] Exporting the database directly to the client over the network
suggests, it is now possible to use the service API for that. It would be great if IBO would offer a way to use this! My use case would be exporting the database on the client directly from the server while compressing it on the fly (client side), without it ever hitting the hard drive. It would suffice if IBO would take a stream to write to, which could implement the compression (e.g. Abbrevia's TBZCompressionStream); otherwise some OnData event.