Subject | Re: [firebird-support] UNC to drive letter path |
---|---|
Author | Thomas Bachinger |
Post date | 2003-09-03T10:59:52Z |
Martijn,
read large amounts of data that I have to buffer before saving an extract of
that data into the global database. I do this by buffering the data into the
local database to make sure that I do not slow down other client processes
that try to access the global database server on a routinely basis.
Furthermore, the local database is used to store the location to the global
database and setup information for the client application.
Thanks,
/Thomas
> A client (process) never accesses a database directly. It tells the servernetwork].
> process
> (fbserver.exe for Windows) where to find the database and let's the server
> process access the file. Firebird (the server) needs it's databases on a
> local
> drive - that is, local to the server process. Firebird CANNOT access a
> database file that's on a remote [drive]/[share]/[whatever via the
>... perfect, this is how I have understood the whole thing!
> With a client/server install, you have one main server that runs the
> Firebird
> server process - clients connect to a database via the server process.
>
> As you have found out, Firebird cannot use the UNC path, because it... unfortunately, this is true!
> isn't a true local to a database file.
> I wonder why you need a local database in the first place - can youexplain
> a bit more? Personally, I would use a remote database only, unless the... on a client I perform fast instrument read/write access operations and
> situation tells me differently.
read large amounts of data that I have to buffer before saving an extract of
that data into the global database. I do this by buffering the data into the
local database to make sure that I do not slow down other client processes
that try to access the global database server on a routinely basis.
Furthermore, the local database is used to store the location to the global
database and setup information for the client application.
Thanks,
/Thomas