Field | Description |
Provider | Specifies the programmatic ID. For this release, the choices are SQL server 2000 and 2005. |
Data Source | Specifies the network name of the server running the SQL server database and is based on the value specified in the Provider field. See the "Lotus Connector for OLE DB Operational Considerations" section for details. |
Catalog | Specifies the name of the SQL server database that you want to connect to. See the "Lotus Connector for OLE DB Operational Considerations" section for details. |
Provider String | Specifies any required provider string values. SQLOLEDB recognizes an ODBC-like syntax in provider string property values. Within the string, elements are delimited by using a semicolon. The final element in the string must be terminated with a semicolon. Each element consists of a keyword, an equal sign character, and the value passed on initialization, for example:
Server=Gumby;UID=george;
You may need to set ‘network’ to the name of the Net-Library (DLL) used to communicate with the SQL server. The name should not include the path or the .dll file name extension. For example, to use the TCP/IP network library, add the following:
Network=DBMSSOCN;
Alternatively, the default Net-Library can be set by the SQL server client network utility. |
Authentication Service | If this property is set to 'SSPI', SQLOLEDB uses Microsoft® Windows® authentication mode to authorize user access to the SQL server database specified by the Init Datasource and Init Catalog properties.
If it is not set, SQL server security is used. The SQL server login and password are specified in the User Name and Password properties. |
Access Privileges
(visible only if connecting to Access 2000) | Specifies user access to the database. The choices are as follows.
- Read Only
- Read/Write
- Exclusive Read Only
- Exclusive Read/Write
|
User Name | Specifies the user name required to log in to the SQL server. Leave blank if using Microsoft Windows authentication. |
Password | Specifies the password associated with the user name above. |
Selection Type | Select Table/View to choose from a table or a SQL view for the type of metadata you want.
Select Procedure to choose from among stored procedures.
Spaces in a table or column name are not permitted. |