GetTableNameAndWhereClause - Solution Sites Routine

This sub gets the database table name and uses a WHERE clause to search for a given organization ID.

Definition

Sub GetTableNameAndWhereClause(
  ByRef sTableName,
  ByRef sOrgIDWhereClause)

Parameters

  • sTableName
    A string containing the name of the database table storing a given profile type.
  • sOrgIDWhereClause
    A string containing a WHERE clause to search for a given organization ID.

Defined in File

services\include\profiles_common.asp

Routines Called

sGetThisPageProperty

Called By

DeleteAllProfiles

rsGetProfilesList

SaveAllSelectedProfiles

UpdateUserAccountControlProperty

Copyright © 2005 Microsoft Corporation.
All rights reserved.