Subject | RE: [firebird-support] Services API with embedded client? |
---|---|
Author | Alan McDonald |
Post date | 2009-02-03T01:51:47Z |
> Of course, it goes without saying that you can't have both an ordinarymy embedded applications can make multiple TIB_Connections to the database
> user and a privileged user connected simultaneously from your
> application. Your user interface will have to disconnect the ordinary
> user and connect the privileged user to do the service task.
file each with separate identities.
I see no reason why a simultaneous connection can't be made with SYSDBA.
As for some actions requiring exclusive use, that's another issue. You will
still need to disconnect the other (in this case non-privileged connections)
before attempting them.
>
> Please test it. I'd really like to know how you get on with this.
>
> ./heLen