LOTUS CONNECTORS
Connectivity
The Connectivity options are described below.
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.
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.
Note If you do not specify a user name and password in the Connection Document, the Connector will attempt to use the NT user name and password of the account logged in on your LEI server. If that user does not have an account in SQL server, an error message will appear.
Password encryption is described in the "Introduction to Lotus Connectors" chapter.
The Connection Options section provides options for managing data transactions, creating tables, and logging SQL commands. These settings have no effect on Advanced RealTime activities.
Transaction Options When you select the Transaction Options tab, the following options appear. The Transaction Options apply to operations that create, modify, or delete data.
Logging Options When you select the Logging Options tab, the following options appear. The Logging Options section provides a feature for including SQL statements in the activity log.
Note Selecting this option slows down performance. Use it only for troubleshooting.
Regardless of which Options tab you select, the following option is available.
These settings display a current list of tables and allow you to specify which tables will be accessed and how. You can also specify a table name not shown in the list by selecting the Manual button.
A selection list displays all OLE DB owners. Choose the owner of the table, view, or procedure being connected to from the list (Optional).
Click the down-arrow button to select from the list of available tables, views, or procedures.
A selection list displays all OLE DB tables, views, or procedures for the selected Owner. Choose the table, view, or procedure to connect to.
If an owner is not specified, all names are listed for the specified Selection Type.
Spaces in a table or column name are not permitted.