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
Routines Called
Called By
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.