skip to main content
OpenAccess SDK Service Attributes : Defining Service Attributes : DataSourceLogonMethod
 

DataSourceLogonMethod

Specifies the data store logon method to be used to log on to the data source. The values you use depend on the OpenAccess SDK security configuration.

Valid values

*Anonymous
*DBMSLogon(DBUID,DBPWD)
*DBMSLogon(UID,PWD)
*OSIntegrated
Setting DataSourceLogonMethod=OSIntegrated means that database authentication relies on the operating system user credentials supplied, for example, in the Kerberos ticket.

Default

Anonymous

Type

Dynamic