Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 12.0.0 (Français) » SQL Anywhere Server - Programming » .NET application programming » SQL Anywhere ASP.NET Providers

 

Web Part Personalization provider table schema

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 connectionStringName is not specified.
applicationName The application name with which to associate provider data.
commandTimeout The timeout value, in seconds, for server calls.