Subject ANN: Database Alias Manager for IBX
Author Jaimy Azle
Interbase/Firebird is a sophisticated RDBMS that rich feature and easy
to maintain. However, the connection string used to connect to the
database is always explicit and perhaps sometimes this information
could be a potential security risk. IB7 and FB 1.5 has provide
serverside aliasing, however this feature could not be accessed
remotely, SYSDBA should login to the server and change those aliases,
moreover we could not assign users who are granted to access the
database.

Inspired with aliasing scheme used by MySQL, I try to implement it in
Interbase/Firebird by enhancing TIBDatabase capability with database
alias manager. end-user should not know where the database physically
located, and database alias used as a replacement of it. That is, IBX
Alias Manager is an extended IBDatabase component (TExIBDatabase) with
Database Aliasing capability.

This component is freeware with source code, download it at:

http://codecentral.borland.com/codecentral/ccWeb.exe/listing?id=22949

Hope this would be usefull :-)

--
Salam,

-Jaimy Azle
===========================================================
|| Personal Weblogs: http://jaim.log.web.id ||
|| Personal Delphi Weblogs: http://delphi.log.web.id ||
* Pengantar Pemrograman Database C/S, Delphi dan Firebird
http://delphi.log.web.id/blogs/delphi/000152.html
===========================================================

“You are not expected to understand this.”
-- The Source Of Unix 6th Ed, Unix/Slp.C, Line 438