. . . . . . . . . "Configuration of the Enterprise Edition (Multi-Tier) Generic Client ODBC Drivers, on Windows" . . "
    \n
  1. Launch the ODBC Administrator appropriate to the bitness (32-bit or 64-bit) of your client application and driver.
  2. \n
  3. Click the Add button that appears on the System DSN tab.
  4. \n
  5. Select the OpenLink Generic ODBC Driver from the list of available drivers.
  6. \n
  7. The first DSN configuration dialog takes these values:\n
      \n
    • Name: A suitable name for your Data Source
    • \n
    • Description: An optional description for your Data Source
    • \n
    • Server: The host name or IP address of the machine containing your OpenLink Request Broker and the Broker's listen port. A colon separates the two. For example: 192.158.12.234:5000
    • \n
    \n
  8. \n
  9. Click Next.
  10. \n
  11. The second DSN configuration dialog takes these values:\n
      \n
    • Domain: The value must match a [Domain Alias], which is contained in the Server's Session Rules Book. This Alias typically represents the name and version of an OpenLink Agent. That agent version may differ from the DBMS version to which it connects. Note that advanced users may create custom domain names that follow their own desired conventions.
    • \n
    • Database: Takes a database name or Oracle SID.
    • \n
    • Options: This field passes parameters that enable users to connect to MySQL, PostgreSQL, SQLServer, and Sybase databases anywhere on the network. It also passes parameters that enable users to connect to any DBMS that does not reside on the same machine as the OpenLink Request Broker and Agent. Review Complete Settings and Usage for Connect Options.
    • \n
    • Secure Connection: If checked, the client sets up a secure connection to the Request Broker.
    • \n
    • Connect now to verify that all settings are correct: Will attempt to connect to the database once you click Continue.
    • \n
    • Login ID: A valid database UID.
    • \n
    • Password: A valid database password.
    • \n
    • XA Info: Refer to OpenLink's extensive Distributed Transaction Processing documentation for use of this field.
    • \n
    \n
  12. \n
  13. Click Next.
  14. \n
  15. The third tab contains settings that are not required for a basic connection:\n
      \n
    • Read Only connection: Specifies whether the connection is \"Read-only.\" Make sure the checkbox is unchecked to request a \"Read/Write\" connection.
    • \n
    • Defer fetching of long data: Defers fetching of LONG (BINARY, BLOB, etc.) data unless explicitly requested in a query. This provides significant performance increases when fields in the query do not include LONG data fields.
    • \n
    • Disable interactive login: Suppresses the ODBC \"Username\" and \"Password\" login dialog boxes when interacting with your ODBC DSN from within an ODBC-compliant application.
    • \n
    • Multiple Active Statements Emulation: Enables the use of Multiple Active statements in an ODBC application even if the underlying database does not allow this, as it is emulated in the driver.
    • \n
    • Row Buffer Size: Specifies the number of records to be transported over the network in a single network hop. Values can range from 1 to 99.
    • \n
    • SQL_DBMS_NAME: Manually overrides the SQLGetInfo(SQL_DBMS_NAME) response returned by the driver. This is required for products like Microsoft InfoPath (for which the return value should be \"SQL Server\").
    • \n
    \n
  16. \n
  17. Click Next.
  18. \n
  19. Click on the 'Test Data Source' button to make a connection to the database to verify connectivity. A successful connection to the database has been made.
  20. \n
" . "
    \r\n
  1. Launch the ODBC Administrator appropriate to the bitness (32-bit or 64-bit) of your client application and driver.
  2. \r\n
  3. Click the Add button that appears on the System DSN tab.
  4. \r\n
  5. Select the OpenLink Generic ODBC Driver from the list of available drivers.
  6. \r\n
  7. The first DSN configuration dialog takes these values:\r\n
      \r\n
    • Name: A suitable name for your Data Source
    • \r\n
    • Description: An optional description for your Data Source
    • \r\n
    • Server: The host name or IP address of the machine containing your OpenLink Request Broker and the Broker's listen port. A colon separates the two. For example: 192.158.12.234:5000
    • \r\n
    \r\n
  8. \r\n
  9. Click Next.
  10. \r\n
  11. The second DSN configuration dialog takes these values:\r\n
      \r\n
    • Domain: The value must match a [Domain Alias], which is contained in the Server's Session Rules Book. This Alias typically represents the name and version of an OpenLink Agent. That agent version may differ from the DBMS version to which it connects. Note that advanced users may create custom domain names that follow their own desired conventions.
    • \r\n
    • Database: Takes a database name or Oracle SID.
    • \r\n
    • Options: This field passes parameters that enable users to connect to MySQL, PostgreSQL, SQLServer, and Sybase databases anywhere on the network. It also passes parameters that enable users to connect to any DBMS that does not reside on the same machine as the OpenLink Request Broker and Agent. Review Complete Settings and Usage for Connect Options.
    • \r\n
    • Secure Connection: If checked, the client sets up a secure connection to the Request Broker.
    • \r\n
    • Connect now to verify that all settings are correct: Will attempt to connect to the database once you click Continue.
    • \r\n
    • Login ID: A valid database UID.
    • \r\n
    • Password: A valid database password.
    • \r\n
    • XA Info: Refer to OpenLink's extensive Distributed Transaction Processing documentation for use of this field.
    • \r\n
    \r\n
  12. \r\n
  13. Click Next.
  14. \r\n
  15. The third tab contains settings that are not required for a basic connection:\r\n
      \r\n
    • Read Only connection: Specifies whether the connection is \"Read-only.\" Make sure the checkbox is unchecked to request a \"Read/Write\" connection.
    • \r\n
    • Defer fetching of long data: Defers fetching of LONG (BINARY, BLOB, etc.) data unless explicitly requested in a query. This provides significant performance increases when fields in the query do not include LONG data fields.
    • \r\n
    • Disable interactive login: Suppresses the ODBC \"Username\" and \"Password\" login dialog boxes when interacting with your ODBC DSN from within an ODBC-compliant application.
    • \r\n
    • Multiple Active Statements Emulation: Enables the use of Multiple Active statements in an ODBC application even if the underlying database does not allow this, as it is emulated in the driver.
    • \r\n
    • Row Buffer Size: Specifies the number of records to be transported over the network in a single network hop. Values can range from 1 to 99.
    • \r\n
    • SQL_DBMS_NAME: Manually overrides the SQLGetInfo(SQL_DBMS_NAME) response returned by the driver. This is required for products like Microsoft InfoPath (for which the return value should be \"SQL Server\").
    • \r\n
    \r\n
  16. \r\n
  17. Click Next.
  18. \r\n
  19. Click on the 'Test Data Source' button to make a connection to the database to verify connectivity. A successful connection to the database has been made.
  20. \r\n
" . . "Configuration of the Enterprise Edition (Multi-Tier) Generic Client ODBC Drivers, on Windows" . "
    \r\n
  1. Launch the ODBC Administrator appropriate to the bitness (32-bit or 64-bit) of your client application and driver.
  2. \r\n
  3. Click the Add button that appears on the System DSN tab.
  4. \r\n
  5. Select the OpenLink Generic ODBC Driver from the list of available drivers.
  6. \r\n
  7. The first DSN configuration dialog takes these values:\r\n
      \r\n
    • Name: A suitable name for your Data Source
    • \r\n
    • Description: An optional description for your Data Source
    • \r\n
    • Server: The host name or IP address of the machine containing your OpenLink Request Broker and the Broker's listen port. A colon separates the two. For example: 192.158.12.234:5000
    • \r\n
    \r\n
  8. \r\n
  9. Click Next.
  10. \r\n
  11. The second DSN configuration dialog takes these values:\r\n
      \r\n
    • Domain: The value must match a [Domain Alias], which is contained in the Server's Session Rules Book. This Alias typically represents the name and version of an OpenLink Agent. That agent version may differ from the DBMS version to which it connects. Note that advanced users may create custom domain names that follow their own desired conventions.
    • \r\n
    • Database: Takes a database name or Oracle SID.
    • \r\n
    • Options: This field passes parameters that enable users to connect to MySQL, PostgreSQL, SQLServer, and Sybase databases anywhere on the network. It also passes parameters that enable users to connect to any DBMS that does not reside on the same machine as the OpenLink Request Broker and Agent. Review Complete Settings and Usage for Connect Options.
    • \r\n
    • Secure Connection: If checked, the client sets up a secure connection to the Request Broker.
    • \r\n
    • Connect now to verify that all settings are correct: Will attempt to connect to the database once you click Continue.
    • \r\n
    • Login ID: A valid database UID.
    • \r\n
    • Password: A valid database password.
    • \r\n
    • XA Info: Refer to OpenLink's extensive Distributed Transaction Processing documentation for use of this field.
    • \r\n
    \r\n
  12. \r\n
  13. Click Next.
  14. \r\n
  15. The third tab contains settings that are not required for a basic connection:\r\n
      \r\n
    • Read Only connection: Specifies whether the connection is \"Read-only.\" Make sure the checkbox is unchecked to request a \"Read/Write\" connection.
    • \r\n
    • Defer fetching of long data: Defers fetching of LONG (BINARY, BLOB, etc.) data unless explicitly requested in a query. This provides significant performance increases when fields in the query do not include LONG data fields.
    • \r\n
    • Disable interactive login: Suppresses the ODBC \"Username\" and \"Password\" login dialog boxes when interacting with your ODBC DSN from within an ODBC-compliant application.
    • \r\n
    • Multiple Active Statements Emulation: Enables the use of Multiple Active statements in an ODBC application even if the underlying database does not allow this, as it is emulated in the driver.
    • \r\n
    • Row Buffer Size: Specifies the number of records to be transported over the network in a single network hop. Values can range from 1 to 99.
    • \r\n
    • SQL_DBMS_NAME: Manually overrides the SQLGetInfo(SQL_DBMS_NAME) response returned by the driver. This is required for products like Microsoft InfoPath (for which the return value should be \"SQL Server\").
    • \r\n
    \r\n
  16. \r\n
  17. Click Next.
  18. \r\n
  19. Click on the 'Test Data Source' button to make a connection to the database to verify connectivity. A successful connection to the database has been made.
  20. \r\n
" . . . . . . . . "Configuration Guide" . . . .