Links
TADOSqlManagerQuery Component References
TADOSqlManagerQuery::GetDBRoles Method
__fastcall bool GetDBRoles(TTntStringList* DBRoles);

Returns information about the roles in the current database. 

After return, DBRoles will contain XML data in the following format:

  • <DBRoles>
    • <Role>
      • <Name></Name>
      • <RoleID></RoleID>
      • <AppRole></AppRole>
    • </Role>
  • </DBRoles>
Copyright (c) 2006. All rights reserved.
What do you think about this topic? Send feedback!