| Field | Description |
| Provider | Specifies the programmatic ID. For this release, the choices are Access 2000 and SQL Server 7/2000. |
| Data Source | Specifies the network name of the server running SQL Server 7/2000 or the path to the Access 2000 database (for example, "F:\Access\database.mdb") depending on which is 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 7/2000 database that you want to connect to. This field in not used with Access 2000 providers. 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 Windows NT 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, Access 2000 or SQL Server 7/2000 server security is used. The Access 2000 or SQL Server 7/2000 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 Access 2000 or SQL Server 7/2000 server. Leave blank if using Windows NT 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. |