Subject | Re: [IBDI] Path on win NT 4.0. |
---|---|
Author | Helen Borrie |
Post date | 2000-05-31T08:16:18Z |
At 10:05 AM 31-05-00 +0200, you wrote:
REALLY want databases jumbled up with software libraries.
You need to create a database in a physical location (i.e. not a mapped
location; and not using UNC notation) and you need the full server path as
seen from the client. For TCP/ip that is
servername:c:\something\something\thedatabase.gdb.
You should make certain that all clients have the same physical path, i.e.
it is Bad Karma to omit the backslash following the drive designator.
You can change the location of the Temp files, though. Use the server
manager program to do this.
Helen
http://www.interbase2000.org
___________________________________________________
"Ask not what your free, open-source database can do for you,
but what you can do for your free, open-source database."
(J.F.K.)
>Hi list,Creating a database in the default path is not a great idea unless you
>
>
>I have a little problem. I have a interbase client under win98. And a
>interbase server on win NT.
>When I try to create a database from the client, the database file is
>create in c:\winnt\system32.
>And if I create it on the server it is created in c:\program
>files\borland\interbase.
>
>How can I change the default folder ?
>It is a SET path=... command ?
>
>Fabrice Vende
>fabrice@...
REALLY want databases jumbled up with software libraries.
You need to create a database in a physical location (i.e. not a mapped
location; and not using UNC notation) and you need the full server path as
seen from the client. For TCP/ip that is
servername:c:\something\something\thedatabase.gdb.
You should make certain that all clients have the same physical path, i.e.
it is Bad Karma to omit the backslash following the drive designator.
You can change the location of the Temp files, though. Use the server
manager program to do this.
Helen
http://www.interbase2000.org
___________________________________________________
"Ask not what your free, open-source database can do for you,
but what you can do for your free, open-source database."
(J.F.K.)