Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 5 of 5 total
Thread alias
Thu, Jun 12 2008 7:00 PMPermanent Link

Isaac
Hello,
Is there something like Alias equivalent to the one exists in FireBird ?

I can use alias to connect to server database no matter the path.

Thanks
Thu, Jun 12 2008 9:15 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Isaac,

<< Is there something like Alias equivalent to the one exists in FireBird ?

I can use alias to connect to server database no matter the path. >>

This simply cannot be true.  Somehow the alias has to still know where the
physical database is located - it doesn't just automatically "find" the
database by itself.

The "alias" in ElevateDB is the database definition in the configuration.
It "points" to where the database is actually located, just like an "alias".

--
Tim Young
Elevate Software
www.elevatesoft.com

Fri, Jun 13 2008 12:12 AMPermanent Link

"Raul"
> This simply cannot be true.  Somehow the alias has to still know where the
> physical database is located - it doesn't just automatically "find" the
> database by itself.

FYI

Firebird uses a aliases.conf text file where you specify for each alias
where your phsycial db is (using absolute file path).

EDB in my view is more elegant since you (as per Tim) always use alias
(database name in this case).

Raul

Fri, Jun 13 2008 7:45 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Raul,

<< Firebird uses a aliases.conf text file where you specify for each alias
where your phsycial db is (using absolute file path). >>

Thank you very much, that is what I suspected.

<< EDB in my view is more elegant since you (as per Tim) always use alias
(database name in this case). >>

Well, I can't help but like the word "elegant" when it is used to describe
one of our products. Smiley

The general design of EDB was to eliminate the application from worrying
about where things are located from the standpoint of the data access.  This
was a bit of an issue with DBISAM where local applications had to use
directories, but applications that used the DBISAM Database Server used
logical database names instead.

--
Tim Young
Elevate Software
www.elevatesoft.com

Fri, Jun 13 2008 8:33 AMPermanent Link

Isaac

ok thanks guys
Image