Subject ANN: Upscene Alias Resolver v0.4
Author Martijn Tonies
Hi all,

Upscene Productions is proud to present a new version of the Upscene Alias
Resolver.

What is the Upscene Alias Resolver?
-------------------------------------
This small free-ware utility lets your maintain a centralized repository of
available database at a server. Your clients will use an alias to retrieve
server and path information about your database.

Don't get it?

Check this example (in Java):

DatabaseInfo myDatabase = (new
AliasResolveClient("server_name")).resolveAlias("my employee db");
String server = myDatabase.getServer();
String dbfile = myDatabase.getDBFile();
// connect to database with server and dbfile

Where can I find the Upscene Alias Resolver?
----------------------------------------------
At www.upscene.com of course!

What's new in this version?
---------------------------
There's a Delphi 6 client available!

--
Martijn Tonies
InterBase Workbench - the developer tool for InterBase and Firebird
http://www.interbaseworkbench.com

Upscene Productions
http://www.upscene.com

"This is an object-oriented system.
If we change anything, the users object."