SecurityService DisplayUser(), DeleteUser() not working
Posted: Wed 13 May 2009 14:56
I am using the new TIBCSecurityService with RAD Studio 2009 and Firebird 2.1.2 Server.
What is working:
With the methode AddUser() and a preset UserInfo I can add users to the Database.
What is NOT working:
DisplayUser( "TEST80" ) does not fill UserInfo with data.
DeleteUser() with a UserInfo.UserName set returns the error "User not found"
What is the correct usage of DisplayUser() and DeleteUser()?
What actions must be taken when: active = true, attach, set UserInfo, DisplayUser(),....
Is there somewhere some example code?
Or is there a bug in the beta?
Christian
What is working:
With the methode AddUser() and a preset UserInfo I can add users to the Database.
What is NOT working:
DisplayUser( "TEST80" ) does not fill UserInfo with data.
DeleteUser() with a UserInfo.UserName set returns the error "User not found"
What is the correct usage of DisplayUser() and DeleteUser()?
What actions must be taken when: active = true, attach, set UserInfo, DisplayUser(),....
Is there somewhere some example code?
Or is there a bug in the beta?
Christian