Links
TADOSqlManagerQuery Component References
TADOSqlManagerQuery::GetLogins Method
__fastcall bool GetLogins(TTntStringList* LoginList);

Provides information about logins 

LoginList: Login list 

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

  • <Logins>
    • <Login>
      • <Name>
      • <DefaultDatabase>
      • <DefLangName></DefLangName>
      • <IsUser></IsUser>
      • <IsRemote></IsRemote>
    • </Login>
  • </Logins>
Copyright (c) 2006. All rights reserved.
What do you think about this topic? Send feedback!