Subject Re: [firebird-support] directory fdb on linux
Author Uwe Grauer
monaasn wrote:

>
> Dear All,
>
> I've used firebird on Linux server, with defined IP address 1.1.1.1
> If I create database with ibexpert, the .fdb file auto located on
> \tmp directory. The same thing happend with my assigned database
> server with BDE : if I use server name 1.1.1.1:dbdata.fdb, the
> dbdata.fdb file must located on \tmp directory.
>
> I have tried use other directory, but if I create the database with :
> \data\dbdata.fdb , the result still on tmp directory with file
> name '\data\dbdata.fdb'. The samething occure with '/'
>
> How can I assign the other directory on Linux server on BDE, or
> create the file on other directory beside \tmp with IBEXPERT ?
>
> Thanks in advanced for any suggestion.
>
> Regards,
> MONA.

1.1.1.1 is not a valid IP-Adress for a local Network. Use 10.x.x.x or
192.168.x.x instead.
The Path Seperator on *nix System is / and NOT a Backslash!
I suggest you first try if you can access employee.fdb on the Server
e.g.: 'yourserverip:/path to employee dir/employee.fdb' and than use the
same Directory for
your new db.

Uwe