SAPersonalizationProvider preserves personalized user content in the aspnet_Paths table of the provider database. The namespace associated with SAPersonalizationProvider is iAnywhere.Web.Security.
SAPersonalizationProvider uses the aspnet_PersonalizationPerUser and aspnet_PersonalizationAllUsers tables to define the path for which the Web Parts personalization state has been saved. The PathID columns point to the column of the same name in the aspnet_Paths table.
| Column name | Description | 
|---|---|
| name | The name of the provider. | 
| type | iAnywhere.Web.Security.SAPersonalizationProvider | 
| connectionStringName | The name of a connection string specified in the <connectionStrings>element. | 
| connectionString | The connection string. Optional. Required if connectionStringNameis not specified. | 
| applicationName | The application name with which to associate provider data. | 
| commandTimeout | The timeout value, in seconds, for server calls. | 
|  | Discuss this page in DocCommentXchange.
                   | Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |