Subject | Re: [firebird-support] firebird DB url |
---|---|
Author | Martijn Tonies |
Post date | 2005-01-07T11:44:53Z |
Hello,
unless you're using a single connection only.
For multiple connections, always use a "network protocol" - eg:
localhost:c:\firebird\db\mydb.fdb
With regards,
Martijn Tonies
Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL
Server
Upscene Productions
http://www.upscene.com
> I started firebird SS server in windows as an application.You are using the "direct" "protocol" here. It's best not to use it
> Then I accessed the DB via realtive URL
> like below
>
> ../db/mydb.fdb
>
> Now when I try to connect to same db file with absolute url when
> previous connection is active. It throws error that
>
> I/O error during "CreateFile (open)" operation for file
> "c:/firebird/db/mydb.fdb"
unless you're using a single connection only.
For multiple connections, always use a "network protocol" - eg:
localhost:c:\firebird\db\mydb.fdb
With regards,
Martijn Tonies
Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL
Server
Upscene Productions
http://www.upscene.com