Subject Re: [firebird-support] I/O Error File
Author Helen Borrie
At 11:12 AM 19/07/2005 -0300, you wrote:
>Hi,
>
>I´m try open two instances of IBOConsole, of the same local tables, and
>I receive this error:
>
>335544344
>I/O Error File
>I can´t open other process for this file.
>
>If I open the table using IBOConsole and open other instance, of the
>same table, using isql this error is generated too.
>
>I use Firebird SQL 1.5.2-4731
>Windows XP
>
>Any sugestion?

Assuming you mean "database" and not "table", then consider these two
possibilities:

1. You are using the embedded server. (Only one instance of an application
can connect to a database).

2. You are using different paths in the connection strings in each
instance, e.g. in one instance c:\Program
Files\Firebird\Firebird_1_5\examples\employee.fdb and in the other
c:Program Files\Firebird\Firebird_1_5\examples\employee.fdb. Either will
work; but the path that was used for the first connection "wins" and all
other connections must match it.

If you really do mean "table", then the error code you are getting doesn't
make sense. We'd need more information.

./heLen