Subject | Re: Gfix |
---|---|
Author | hhtan37 |
Post date | 2010-11-10T07:49:20Z |
--- In firebird-support@yahoogroups.com, Thomas Steinmaurer <ts@...> wrote:
Thank you
>I tried out your suggestion and it works.
> > We have an application distribute in CD using Embedded version of Firebird 2.5. We can create a read_only mode database using gfix command line utilities.
> >
> > My question is can I use gfix -mode read_only db without full version of firebird server install ?
>
> The command-line utilities should be fine with Embedded, especially with
> 2.5, because the Embedded engine does not need an exclusive lock on the
> database file anymore. The embedded library must be renamed to
> fbclient.dll though, because the command-line utilities look for
> fbclient.dll. Place e.g. gfix into the same directory as the renamed
> embedded library and this should work fine.
>
>
> --
> Best Regards,
> Thomas Steinmaurer
> LogManager Series - Logging/Auditing Suites supporting
> InterBase, Firebird, Advantage Database, MS SQL Server and
> NexusDB V2
> Upscene Productions
> http://www.upscene.com
> My blog:
> http://blog.upscene.com/thomas/
>
Thank you