Subject | RE: [firebird-support] ISQL and Telnet on XP |
---|---|
Author | Nigel Weeks |
Post date | 2004-08-05T01:32:24Z |
...
follows:
isql -u sysdba -p masterkey /path/to/database.gdb
isql -u sysdba -p masterkey server:/path/to/database.gdb
This was on classic server, under FreeBSD, and the directory was owned by
the Firebird user.
It almost seemed that the lock manager was bypassed when using the direct
filesystem connect(or something nasty). If changes were made on one
connection, the other got terribly confused.
Haven't tried it since 0.9, as we just decided to keep to the
servername:/path/to/database.gdb.
I can guarantee we wrecked databases, but as Helen said, it's fixed now...
N.
> >If you mix direct file access, and TCP/IP viaWe had significant problems if two simultaneous connections were made as
> servername/path/to/db, you
> >will wreck databases!
> >
> >(Unless things have changed in the last two years...)
>
> It's not so, and never was.
follows:
isql -u sysdba -p masterkey /path/to/database.gdb
isql -u sysdba -p masterkey server:/path/to/database.gdb
This was on classic server, under FreeBSD, and the directory was owned by
the Firebird user.
It almost seemed that the lock manager was bypassed when using the direct
filesystem connect(or something nasty). If changes were made on one
connection, the other got terribly confused.
Haven't tried it since 0.9, as we just decided to keep to the
servername:/path/to/database.gdb.
I can guarantee we wrecked databases, but as Helen said, it's fixed now...
N.