Subject Re: [firebird-support] Hide folder database
Author PenWin
> Quite interesting firebird database, but I have a small obstacle is
> the database folder visible to others,
>
> I put in the configuration file login.ini
>
> Firebird Connection is
>
> sCont = "DRIVER=Firebird/InterBase(r)
> driver;UID=SYSDBA;PWD=masterkey;DBNAME=192.168.0.2:\\:FIREBIRD\DATA\MMC.fdb;

The database *path* is visible to users, but the actual *file* doesn't
need to be. Only the server must be able to access it, clients never
ever touch the file (except with embedded Firebird, of course).

Pepak