Subject | Re: [firebird-support] Database aliases |
---|---|
Author | Elmar Haneke |
Post date | 2012-10-22T13:43:35Z |
> A quick question: are there any restrictions on the (simultaneous) use of multiple aliases pointing to the same database?The server does internally resolve aliases at an early stage and calls
the internal open procedure with the regular name afterwards. I would
assume the server to forget about an database beeing opened by alias.
Therefore, you can use aliases as needed.
Elmar