
June 11th, 2003, 02:58 AM
|
|
Contributing User
|
|
Join Date: Jun 2003
Posts: 62
  
Time spent in forums: 13 h 3 m 18 sec
Reputation Power: 11
|
|
|
Re: Do I always need to write the physical path to my database in the connection string?
Quote:
and my question is can't "Database=f:\\fire\\data\\fire.fdb;" be replaced
with an alias? Like "Database=fire;" instead of having to write the
physical path? Or this is the way it always should be and I just have a bad habbit? [/B] |
There is a configuration file, "aliases.conf", in Firebird folder, where you can add alias name and database full path.
Look also in "firebird.conf". You can restrict database acces to certain folders only and set up various parameters.
|