CTSession::FindActive
Syntax
CTDatabase* FindActive(ULONG uid)
CTDatabase* FindActive(const CTString& Name)
Parameters
Description
Finds an active database by uid or name.
Return
FindActive() returns a pointer to the database object or NULL if no database is found.
See also
GetFirstActive(), GetNextActive()