Subject | ISC error code: 335544344 |
---|---|
Author | lackonagy |
Post date | 2004-07-22T06:35:50Z |
ISC error code: 335544344
ISC ERROR MESSAGE:
I/O error for file "C:\Database\MyDB.gdb"
Error while trying to access file
The process cannot access the file because it is being used by
another process.
I get this error message when:
I connect to the database using IBExpert.
I start my app. It connects to the same DB. (so I have 2 connections)
At a certain point my app does:
DB.Disconnect;
DoSomethingNoBigDeal;
DB.Connect; <== I get the error message here.
No matter how I change the code, I get the error at the first try to
connect after disconnect.
If I restart the FireBird server everything works fine with the same
DB and same steps.
Any ideeas? Any help would be apreciated.
Thanks in advance,
lackonagy
ISC ERROR MESSAGE:
I/O error for file "C:\Database\MyDB.gdb"
Error while trying to access file
The process cannot access the file because it is being used by
another process.
I get this error message when:
I connect to the database using IBExpert.
I start my app. It connects to the same DB. (so I have 2 connections)
At a certain point my app does:
DB.Disconnect;
DoSomethingNoBigDeal;
DB.Connect; <== I get the error message here.
No matter how I change the code, I get the error at the first try to
connect after disconnect.
If I restart the FireBird server everything works fine with the same
DB and same steps.
Any ideeas? Any help would be apreciated.
Thanks in advance,
lackonagy