rsGetProfileByKey - Solution Sites Routine

This function retrieves the profile specified by the passed key name/value pair, and returns it in a Recordset object.

Definition

Function rsGetProfileByKey(
  byVal sKeyName,
  byVal sKeyValue,
  byVal sProfileType,
  byVal bForceDBLookUp)

Defined in File

include\std_profile_lib.asp

Routines Called

GetProfileFromDB

Called By

GetOrgAttributeFromID

mscsUserCatalogsetID

rsGetOrgDetails

rsGetUserDetails

SaveUserPropertyForID

Remarks

The bForceDBLookUp parameter is used to force a database lookup, overruling the value in the variable m_iGlobalProfileLookUpOption.

Copyright © 2005 Microsoft Corporation.
All rights reserved.