Subject Re: [ib-support] One isc4.gdb to each GDB
Author Martijn Tonies
Hi Luciano,

> I would like to use one user's file for each project I have and do not
> create all users of all projects in the original isc4 file in the
> Firebird installation path.
>
> I have seen the IB Expert can do this for each Alias but I didn't find
> (in the pdf's guides) any parameter or system table that is able to
> change this feature for my application's attachement using IBO or IBX.

IBExpert doesn't do this - it requires you to tell the path to isc4.gdb for
each alias...

The server process is using a single isc4 for all database connection. And
you cannot change this.

If you don't want users to be created in isc4, create your own
user-mechanism inside your database and use a single username/password
combo for your application. Connect to the db, and let your users log in
via your own "users" table.


With regards,

Martijn Tonies
InterBase Workbench - the developer tool for InterBase & Firebird
Firebird Workbench - the developer tool for Firebird
Upscene Productions
http://www.upscene.com

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