Subject Re: [firebird-support] gfix error codes
Author Helen Borrie
At 05:23 PM 31/07/2004 -0400, you wrote:
>I'm calling gfix from within a Delphi program. I'm getting errorcode 128
>returned. Anyone know that means? The execution line I am using works at
>the command prompt.
>
> path\gfix.exe -mode read_only -user xxx -password yyy databasepath
>
>Delphi 6 pro, FB 1.5.1. XP Pro.

AFAIK, it's a DOS error that occurs when an operation can't write to a
file. Gfix needs exclusive access. Is the application trying to execute
the command while there's a connection open to the database?

/heLen