Subject Re: [IBO] IBOSecurityService
Author Dmitry Beloshistov
Hello, Alan!
You wrote to <IBObjects@yahoogroups.com> on Fri, 29 Apr 2005 22:16:19 +1000:


>> Does anyone have an example of how to add a new user using this
>> component??


AM> check out the BDS component sets in the download area at IBObjects.
AM> There are god components there.
AM> Alan

In BDSLib I`m use standard IBO AddUser/ModifyUser/DeleteUser what work via
standard IB/FB isc_xxxx_user() functions (for IB>4.x) or via direct acess to
ISC4.GDB database for IB 4.x - but not via Service API (this allow me work
with IB/FB servers what not has implemented Service API (FB 1.0 CS as
example), but now I`m work arround for using Service API via IBOAdmin
package integration). IBOSecurityService is part of IBOAdmin package,
available on Contibuted code page at IBO site.

WBR,Dmitry Beloshistov AKA [-=BDS=-]