LOTUS CONNECTORS
Install your ODBC drivers
The ODBC drivers you need are probably available with your database software; in addition, other products and platforms frequently supply commonly used ODBC drivers. You can download the ODBC drivers for Intersolv databases from the Lotus Web site.
AIX driver manager
If you are using LS:DO on a Domino server running on AIX, you must enable the driver manager before you run any programs. The Intersolv Driver Pack for AIX (version 3.02) contains an archived version of the driver manager libodbc.a, but LS:DO requires an executable or shared object version of the driver manager. Complete these steps to make sure you are using the executable or shared object version of the driver manager:
1. In a DOS command window, enter this command:
For each type of external database that you'll be accessing, you need to specify which ODBC driver to use for accessing it. For details on registering your data sources, consult the documentation accompanying the ODBC driver manager for your platform.
Configure Domino for multi-threading
By default, Domino runs only one copy of a script at a time, queuing additional requests. If you want to enable multiple users to run your script at the time (called multi-threading), you must use the NOTES.INI statements described below.
DominoAsynchronizeAgents statement
Add this line to NOTES.INI on the Domino server to enable multi-threading:
ODBCThreadSafeDrivers statement
Your ODBC driver manager and drivers must be thread-safe to run in a multi-threaded application. Consult with your ODBC supplier to verify that the driver is thread-safe, particularly if the ODBC package is not up to the ODBC 3.0 standard.
If all the ODBC drivers you are using are thread safe, add this statement to notes.ini on the Domino server:
ODBCNonThreadSafeDrivers = driver-name [, driver-name]
You can also set the thread-safe state at connection time with the ThreadSafeDriver property in ODBCConnection.
Install additional software as needed
Your platform may require additional software for using ODBC. Be sure to consult the documentation for your platform to make sure you have all the necessary software installed.