Subject | Re: [ib-support] One isc4.gdb to each GDB |
---|---|
Author | Martijn Tonies |
Post date | 2002-12-27T08:12:01Z |
Hi Luciano,
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."
> I would like to use one user's file for each project I have and do notIBExpert doesn't do this - it requires you to tell the path to isc4.gdb for
> 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.
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."