Subject Re: Backing up when Embeded Server Used?
Author inoffensive_2009
--- In firebird-support@yahoogroups.com, "inoffensive_2009"
<larryl_hoo@...> wrote:
>
> Hi Folks:
>
> Developing in C++ for Windows with the current Firebird,
> 2.1.1.whatever.
>
> The app I'm working on has buttons to run the backup and recovery.
> This worked when we were using Firebird Super Server, but we've
> changed to the embedded server and Gbak isn't available to us.
>
> How do we implement our app's backup and recover buttons when
> using the embedded server?

Thanks To Everybody Who Responded.

I was unaware of the Services API and when running multi-user
called the command line interface gbak.

After learning of the services API, both IBPP's and InterBase, I
made the mistake of trying to recover without first disconnecting from
the database.

Milan Babuskov pointed out my mistake.

I appreciate everybody's effort to assist me.

Thanks
Larry