skip to main content
Using the ADO Client : Connecting to an ADO Client : Specifying ADO Connections with the Configuration Manager : Stage 3: Data Store Logon
 

Stage 3: Data Store Logon

The last stage of the connection process involves logging on the data store. The dialogs that appear depend on the data store logon method configured for the OpenAccess SDK service:
When DataSourceLogonMethod=OSIntegrated, no dialogs appear.
When DataSourceLogonMethod=DBMSLogon(UID,PWD) or DataSourceLogonMethod=DBMSLogon(DBUID,DBPWD), a data store-specific user name and password are required and the Logon to OpenAccess Data Source dialog box appears.
The Logon to OpenAccess Data Source dialog box.
Provide the following information; then, click OK.
Data Source User Name: Type the data source logon ID.
Data Source Password: Type the data source password.
Server Data Source: Type the name of the server data source to which you want to connect. This field is disabled when the data store does not recognize the concept of databases.
Custom Properties: Type the custom connection properties that you want the connection to use. Custom connection properties are key=value pairs separated by semicolons, and surrounded by parentheses to distinguish them from the other connection properties. If a custom connection property has the same name as an ADO Client connection attribute, prefix the custom property name with CP_. For example:
([;attribute=value[;CP_attribute=value]...])
For more information about configuring data store logon methods, refer to the OpenAccess SDK Administrator’s Guide.