rsGetProfile - Solution Sites Routine

This function retrieves the specified profile and returns it in a Recordset object.

Definition

Function rsGetProfile(
  byVal sProfileID,
  byVal sProfileType,
  byVal bForceDBLookUp)

Defined in File

include\std_profile_lib.asp

Routines Called

GetProfileFromDB

Called By

bAddUserToGroup

bCheckIfProfileExists

bRemoveUserFromGroup

FetchData (_setadrs.asp)

FetchData (newaddr.asp)

iValidateSubmittedRegistrationData

ValidateSubmittedLoginData

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.