Use the Advanced tab to view and set optional initialization properties for your data.
Note For more information about advanced initialization properties, see the documentation provided with your OLE DB provider.
Impersonation Level
The level of impersonation that the server is allowed to use when impersonating the client. This property applies only to network connections other than Remote Procedure Call (RPC) connections; these impersonation levels are similar to those provided by RPC. The values of this property correspond directly to the levels of impersonation that can be specified for authenticated RPC connections, but can be applied to connections other than authenticated RPC. Select from the following levels:
Protection Level
The level of protection of data sent between client and server. This property applies only to network connections other than RPC connections; these protection levels are similar to those provided by RPC. The values of this property correspond directly to the levels of protection that can be specified for authenticated RPC connections, but can be applied to connections other than authenticated RPC. Select from the following levels:
Connect Timeout
Specifies the amount of time (in seconds) that the OLE DB provider waits for initialization to complete. If initialization times out, an error is returned and the connection is not created.
Prompt
Specifies whether to prompt the user during initialization. Select from the following options:
Locale
Specifies the locale ID (LCID)of preference for the consumer. Consumers specify the LCID at initialization. This provides a method for the server to determine the consumer's LCID of choice in cases where it can use this information. This property does not guarantee that all text returned to the consumer will be translated according to the LCID.
Access Permissions
Specifies the access permissions. Select one or more of the following permissions:
Asynchronous Processing
Specifies the asynchronous processing performed on the rowset.
See Also