Subject | Re: [firebird-support] I/O Error File |
---|---|
Author | Helen Borrie |
Post date | 2005-07-19T15:10Z |
At 11:12 AM 19/07/2005 -0300, you wrote:
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
>Hi,Assuming you mean "database" and not "table", then consider these two
>
>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?
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