|
From: Martijn T. <m.t...@up...> - 2012-02-24 07:58:44
|
Hello Dmitry, >> The message is I get using Windows authentication is: >> " I/O error during "CreateFile (open)" operation for file >> "E:\TEMP\FB3TEST.FDB"Error while trying to open fileThe process cannot >> access the file because it is being used by another process. " >> >> I'm using the database with the full hostname (machine/port). > > You seem using the Classic mode but having the exclusive database access > turned on. Setting SharedDatabase to true and SharedCache to false in > firebird.conf should help. > > Alternatively (SS mode), you need SharedDatabase = false, SharedCache = > true and start firebird.exe with the -m command-line switch. Excellent, this works. Sorry for not keeping up and having to bother you all with this ;-) So, let me get to understanding and supporting Stored Functions and Packages and how to debug those. ;) With regards, Martijn Tonies Upscene Productions http://www.upscene.com Download Database Workbench for Oracle, MS SQL Server, Sybase SQL Anywhere, MySQL, InterBase, NexusDB and Firebird! |