Subject RE: [IBO] Exporting the database directly to the client over the network
Author IBO Support List
That would be great!
 
Please post it somewhere I can download it or send it directly to my email.
 
Thanks,
Jason Wharton
 


From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com]
Sent: Monday, August 17, 2015 11:28 AM
To: IBObjects@yahoogroups.com
Subject: RE: [IBO] Exporting the database directly to the client over the network

I've looked into this before and I don't believe IBO currently supports this part of the API.  In my case I needed the ability to restore a database from the client side - i.e. the user selects a local backup file and the database on the server is restored from it.  Possible via the API but not via IBO.  However I did manage to add support by making alterations to IBOServices.pas, so I'm sure the same could be done for remote backups.  I'd be happy to share my code if it might help.