. "
    \r\n
  1. Open the \"ODBC Data Sources\" application.
  2. \r\n
  3. Configure 64-bit drivers using the 64-bit application. Configure 32-bit drivers using the 32-bit application.
  4. \r\n
  5. Select the System DSN tab, then click Add.
  6. \r\n
  7. Select the OpenLink \"Lite\" Driver for JDBC Data Sources from the list of available drivers. Choose the Unicode version of the driver if you are working with multi-byte character sets to avoid unnecessary translations that can impact ODBC performance.
  8. \r\n
  9. Click Finish.
  10. \r\n
  11. The first dialog prompts for a Data Source Name and an optional description. Click Next.
  12. \r\n
  13. The second dialog prompts for information that identifies the PostgreSQL database server and the listening port. It also provides a checkbox to verify basic connection parameters before setting advanced and optional settings.\r\n
      \r\n
    1. Host name: The hostname or IP address of the server where PostgreSQL runs.
    2. \r\n
    3. Port: The TCP port on which PostgreSQL listens.
    4. \r\n
    5. Database: The PostgreSQL database.
    6. \r\n
    7. No Transactions: Enable this option to automatically commit all transactions, which helps prevent memory errors for large transactions. For example, when exporting 10,000 records from Microsoft Access.
    8. \r\n
    9. Connect now to verify that all settings are correct: The connection will be attempted once you click Continue.
    10. \r\n
    11. Login ID: A PostgreSQL username.
    12. \r\n
    13. Password: A valid PostgreSQL database password.
    14. \r\n
    \r\n
  14. \r\n
  15. Click Next.
  16. \r\n
  17. The third dialog allows you to set PostgreSQL-specific parameters.\r\n
      \r\n
    • Enable HSODBC (Oracle Heterogeneous Services) fix: Check this box if you plan to query PostgreSQL through Oracle HSODBC.
    • \r\n
    \r\n
  18. \r\n
  19. Click Next.
  20. \r\n
  21. The fourth dialog combines database-specific and optional parameters.\r\n
      \r\n
    • Database: The Microsoft SQL Server database.
    • \r\n
    • Character set: The client application's character set (8-bit only; the Unicode driver always returns UCS-2 on Windows).
    • \r\n
    • Language: The language in which you want error messages to be returned. It must be supported by the target server.
    • \r\n
    • Packet Size: Specifies the number of bytes per network packet transferred from the database server to the client. Adjusting this value can improve performance. Use 0 for the default packet size specified in the Microsoft SQL Server configuration, -1 to compute the maximum allowable packet size, or an integer from 1 to 10 as a multiple of 512 bytes (e.g., Packet Size of 6 sets the packet size to 6 * 512 = 3072 bytes).
    • \r\n
    • Prepare Method: This option is specific to the TDS-based driver for Sybase & Microsoft SQL Server SQL Servers. It determines whether stored procedures are created on the server for SQLPrepare calls.
    • \r\n
    • No Quoted Identifiers: Indicates that the underlying driver does not support quoted identifiers, which is required for Jet engine-based products like MS Access.
    • \r\n
    • Use ANSI nulls, padding, and warnings: This option affects TDS agent & Lite Driver connections to Microsoft SQL Server databases. It does not affect Sybase connectivity.
    • \r\n
    • Map Serializable to Snapshot isolation level: Enable Snapshot transaction isolation level in the driver.
    • \r\n
    \r\n
  22. \r\n
  23. Click Next to continue.
  24. \r\n
  25. The fifth dialog allows you to set optional ODBC connection parameters.\r\n
      \r\n
    • Read-only connection: Specifies whether the connection is read-only. Uncheck this option to perform INSERT, UPDATE, or DELETE operations.
    • \r\n
    • Defer fetching of long data: Defers fetching of LONG (BINARY, BLOB, etc.) fields in wildcard queries, improving performance when the query does 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
    • Row Buffer Size: Specifies the number of records to be delivered from the driver to the client application in a single batch (values range from 1 to 999).
    • \r\n
    • Max Rows Override: Allows you to set a limit for the maximum number of rows to be returned from a query. The default value of 0 means no limit.
    • \r\n
    • Initial SQL: Lets you specify a file containing SQL statements to be automatically executed against the database upon connection.
    • \r\n
    • Dynamic Cursor Sensitivity: Enables or disables the row version cache used with dynamic cursors.
    • \r\n
    • Enable logging to the log file: Check this option and provide the full path to a file to log diagnostic information.
    • \r\n
    \r\n
  26. \r\n
  27. Click Next to continue.
  28. \r\n
  29. The sixth dialog enables you to set additional parameters to enhance compatibility with applications.\r\n
      \r\n
    • Enable Microsoft Jet engine options: Facilitates translation of certain data types for the Microsoft Jet Engine.
    • \r\n
    • Disable Autocommit: Changes the commit behavior of the OpenLink driver.
    • \r\n
    • Disable rowset size limit: Disables a limitation enforced by the cursor library to prevent excessive memory usage with large result sets.
    • \r\n
    • Multiple Active Statements Emulation: Enables the use of Multiple Active Statements in an ODBC application even if the underlying database does not support it.
    • \r\n
    • SQL_DBMS Name: Manually overrides the SQLGetInfo(SQL_DBMS_NAME) response returned by the driver.
    • \r\n
    \r\n
  30. \r\n
  31. Click Next to continue.
  32. \r\n
" . . "ODBC Driver for PostgreSQL Data Source Name (DSN) Configuration for Windows" . "Data Source Name Configuration Guide" . . "ODBC Driver for PostgreSQL Data Source Name (DSN) Configuration for Windows" . . . . . . . . . . . . . "
    \r\n
  1. Open the \"ODBC Data Sources\" application.
  2. \r\n
  3. Configure 64-bit drivers using the 64-bit application. Configure 32-bit drivers using the 32-bit application.
  4. \r\n
  5. Select the System DSN tab, then click Add.
  6. \r\n
  7. Select the OpenLink \"Lite\" Driver for PostgreSQL Data Sources from the list of available drivers. Choose the Unicode version of the driver if you are working with multi-byte character sets to avoid unnecessary translations that can impact ODBC performance.
  8. \r\n
  9. Click Finish.
  10. \r\n
  11. The first dialog prompts for a Data Source Name and an optional description. Click Next.
  12. \r\n
  13. The second dialog prompts for information that identifies the PostgreSQL database server and the listening port. It also provides a checkbox to verify basic connection parameters before setting advanced and optional settings.\r\n
      \r\n
    1. Host name: The hostname or IP address of the server where PostgreSQL runs.
    2. \r\n
    3. Port: The TCP port on which PostgreSQL listens.
    4. \r\n
    5. Database: The PostgreSQL database.
    6. \r\n
    7. No Transactions: Enable this option to automatically commit all transactions, which helps prevent memory errors for large transactions. For example, when exporting 10,000 records from Microsoft Access.
    8. \r\n
    9. Connect now to verify that all settings are correct: The connection will be attempted once you click Continue.
    10. \r\n
    11. Login ID: A PostgreSQL username.
    12. \r\n
    13. Password: A valid PostgreSQL database password.
    14. \r\n
    \r\n
  14. \r\n
  15. Click Next.
  16. \r\n
  17. The third dialog allows you to set PostgreSQL-specific parameters.\r\n
      \r\n
    • Enable HSODBC (Oracle Heterogeneous Services) fix: Check this box if you plan to query PostgreSQL through Oracle HSODBC.
    • \r\n
    \r\n
  18. \r\n
  19. Click Next.
  20. \r\n
  21. The fourth dialog combines database-specific and optional parameters.\r\n
      \r\n
    • Database: The Microsoft SQL Server database.
    • \r\n
    • Character set: The client application's character set (8-bit only; the Unicode driver always returns UCS-2 on Windows).
    • \r\n
    • Language: The language in which you want error messages to be returned. It must be supported by the target server.
    • \r\n
    • Packet Size: Specifies the number of bytes per network packet transferred from the database server to the client. Adjusting this value can improve performance. Use 0 for the default packet size specified in the Microsoft SQL Server configuration, -1 to compute the maximum allowable packet size, or an integer from 1 to 10 as a multiple of 512 bytes (e.g., Packet Size of 6 sets the packet size to 6 * 512 = 3072 bytes).
    • \r\n
    • Prepare Method: This option is specific to the TDS-based driver for Sybase & Microsoft SQL Server SQL Servers. It determines whether stored procedures are created on the server for SQLPrepare calls.
    • \r\n
    • No Quoted Identifiers: Indicates that the underlying driver does not support quoted identifiers, which is required for Jet engine-based products like MS Access.
    • \r\n
    • Use ANSI nulls, padding, and warnings: This option affects TDS agent & Lite Driver connections to Microsoft SQL Server databases. It does not affect Sybase connectivity.
    • \r\n
    • Map Serializable to Snapshot isolation level: Enable Snapshot transaction isolation level in the driver.
    • \r\n
    \r\n
  22. \r\n
  23. Click Next to continue.
  24. \r\n
  25. The fifth dialog allows you to set optional ODBC connection parameters.\r\n
      \r\n
    • Read-only connection: Specifies whether the connection is read-only. Uncheck this option to perform INSERT, UPDATE, or DELETE operations.
    • \r\n
    • Defer fetching of long data: Defers fetching of LONG (BINARY, BLOB, etc.) fields in wildcard queries, improving performance when the query does 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
    • Row Buffer Size: Specifies the number of records to be delivered from the driver to the client application in a single batch (values range from 1 to 999).
    • \r\n
    • Max Rows Override: Allows you to set a limit for the maximum number of rows to be returned from a query. The default value of 0 means no limit.
    • \r\n
    • Initial SQL: Lets you specify a file containing SQL statements to be automatically executed against the database upon connection.
    • \r\n
    • Dynamic Cursor Sensitivity: Enables or disables the row version cache used with dynamic cursors.
    • \r\n
    • Enable logging to the log file: Check this option and provide the full path to a file to log diagnostic information.
    • \r\n
    \r\n
  26. \r\n
  27. Click Next to continue.
  28. \r\n
  29. The sixth dialog enables you to set additional parameters to enhance compatibility with applications.\r\n
      \r\n
    • Enable Microsoft Jet engine options: Facilitates translation of certain data types for the Microsoft Jet Engine.
    • \r\n
    • Disable Autocommit: Changes the commit behavior of the OpenLink driver.
    • \r\n
    • Disable rowset size limit: Disables a limitation enforced by the cursor library to prevent excessive memory usage with large result sets.
    • \r\n
    • Multiple Active Statements Emulation: Enables the use of Multiple Active Statements in an ODBC application even if the underlying database does not support it.
    • \r\n
    • SQL_DBMS Name: Manually overrides the SQLGetInfo(SQL_DBMS_NAME) response returned by the driver.
    • \r\n
    \r\n
  30. \r\n
  31. Click Next to continue.
  32. \r\n
" . "
    \n
  1. Open the \"ODBC Data Sources\" application.
  2. \n
  3. Configure 64-bit drivers using the 64-bit application. Configure 32-bit drivers using the 32-bit application.
  4. \n
  5. Select the System DSN tab, then click Add.
  6. \n
  7. Select the OpenLink \"Lite\" Driver for PostgreSQL Data Sources from the list of available drivers. Choose the Unicode version of the driver if you are working with multi-byte character sets to avoid unnecessary translations that can impact ODBC performance.
  8. \n
  9. Click Finish.
  10. \n
  11. The first dialog prompts for a Data Source Name and an optional description. Click Next.
  12. \n
  13. The second dialog prompts for information that identifies the PostgreSQL database server and the listening port. It also provides a checkbox to verify basic connection parameters before setting advanced and optional settings.\n
      \n
    1. Host name: The hostname or IP address of the server where PostgreSQL runs.
    2. \n
    3. Port: The TCP port on which PostgreSQL listens.
    4. \n
    5. Database: The PostgreSQL database.
    6. \n
    7. No Transactions: Enable this option to automatically commit all transactions, which helps prevent memory errors for large transactions. For example, when exporting 10,000 records from Microsoft Access.
    8. \n
    9. Connect now to verify that all settings are correct: The connection will be attempted once you click Continue.
    10. \n
    11. Login ID: A PostgreSQL username.
    12. \n
    13. Password: A valid PostgreSQL database password.
    14. \n
    \n
  14. \n
  15. Click Next.
  16. \n
  17. The third dialog allows you to set PostgreSQL-specific parameters.\n
      \n
    • Enable HSODBC (Oracle Heterogeneous Services) fix: Check this box if you plan to query PostgreSQL through Oracle HSODBC.
    • \n
    \n
  18. \n
  19. Click Next.
  20. \n
  21. The fourth dialog combines database-specific and optional parameters.\n
      \n
    • Database: The Microsoft SQL Server database.
    • \n
    • Character set: The client application's character set (8-bit only; the Unicode driver always returns UCS-2 on Windows).
    • \n
    • Language: The language in which you want error messages to be returned. It must be supported by the target server.
    • \n
    • Packet Size: Specifies the number of bytes per network packet transferred from the database server to the client. Adjusting this value can improve performance. Use 0 for the default packet size specified in the Microsoft SQL Server configuration, -1 to compute the maximum allowable packet size, or an integer from 1 to 10 as a multiple of 512 bytes (e.g., Packet Size of 6 sets the packet size to 6 * 512 = 3072 bytes).
    • \n
    • Prepare Method: This option is specific to the TDS-based driver for Sybase & Microsoft SQL Server SQL Servers. It determines whether stored procedures are created on the server for SQLPrepare calls.
    • \n
    • No Quoted Identifiers: Indicates that the underlying driver does not support quoted identifiers, which is required for Jet engine-based products like MS Access.
    • \n
    • Use ANSI nulls, padding, and warnings: This option affects TDS agent & Lite Driver connections to Microsoft SQL Server databases. It does not affect Sybase connectivity.
    • \n
    • Map Serializable to Snapshot isolation level: Enable Snapshot transaction isolation level in the driver.
    • \n
    \n
  22. \n
  23. Click Next to continue.
  24. \n
  25. The fifth dialog allows you to set optional ODBC connection parameters.\n
      \n
    • Read-only connection: Specifies whether the connection is read-only. Uncheck this option to perform INSERT, UPDATE, or DELETE operations.
    • \n
    • Defer fetching of long data: Defers fetching of LONG (BINARY, BLOB, etc.) fields in wildcard queries, improving performance when the query does 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
    • Row Buffer Size: Specifies the number of records to be delivered from the driver to the client application in a single batch (values range from 1 to 999).
    • \n
    • Max Rows Override: Allows you to set a limit for the maximum number of rows to be returned from a query. The default value of 0 means no limit.
    • \n
    • Initial SQL: Lets you specify a file containing SQL statements to be automatically executed against the database upon connection.
    • \n
    • Dynamic Cursor Sensitivity: Enables or disables the row version cache used with dynamic cursors.
    • \n
    • Enable logging to the log file: Check this option and provide the full path to a file to log diagnostic information.
    • \n
    \n
  26. \n
  27. Click Next to continue.
  28. \n
  29. The sixth dialog enables you to set additional parameters to enhance compatibility with applications.\n
      \n
    • Enable Microsoft Jet engine options: Facilitates translation of certain data types for the Microsoft Jet Engine.
    • \n
    • Disable Autocommit: Changes the commit behavior of the OpenLink driver.
    • \n
    • Disable rowset size limit: Disables a limitation enforced by the cursor library to prevent excessive memory usage with large result sets.
    • \n
    • Multiple Active Statements Emulation: Enables the use of Multiple Active Statements in an ODBC application even if the underlying database does not support it.
    • \n
    • SQL_DBMS Name: Manually overrides the SQLGetInfo(SQL_DBMS_NAME) response returned by the driver.
    • \n
    \n
  30. \n
  31. Click Next to continue.
  32. \n
" . . . . "Lite Edition (Single-Tier) ODBC Driver for PostgreSQL Data Source Name (DSN) Configuration for Windows" . . . . . . . . . . . . "Lite Edition (Single-Tier) ODBC Driver for PostgreSQL Data Source Name (DSN) Configuration for Windows" .