This HTML5 document contains 40 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

Namespace Prefixes

PrefixIRI
n27http://data.openlinksw.com/oplweb/
n14https://www.openlinksw.com/about/id/entity/urn/howto:
n29http://data.openlinksw.com/oplweb/uda/howto/WindowsLiteMySQLDataSourceNameConfigurationGuideStep1#
n7http://www.openlinksw.com/about/id/entity/urn/data:opl:web:seo:mdata:
n25http://data.openlinksw.com/oplweb/uda/howto/WindowsLiteMySQLDataSourceNameConfigurationGuideStep2#
n26http://data.openlinksw.com/oplweb/uda/howto/WindowsLiteMySQLDataSourceNameConfigurationGuideStep3#
n23http://data.openlinksw.com/oplweb/uda/howto/WindowsLiteMySQLDataSourceNameConfigurationGuideStep4#
n9http://data.openlinksw.com/oplweb/uda/howto/WindowsSampleAppUsageC++DemoUsageGuide#
wdrshttp://www.w3.org/2007/05/powder-s#
oplsofthttp://www.openlinksw.com/ontology/software#
n21http://data.openlinksw.com/oplweb/uda/howto/WindowsLiteMySQLDataSourceNameConfigurationGuideStep6#
n24http://data.openlinksw.com/oplweb/uda/howto/WindowsLiteMySQLDataSourceNameConfigurationGuideStep5#
n28https://www.openlinksw.com/about/id/entity/urn/mdata:websites:google:uda:howto:
n2http://data.openlinksw.com/oplweb/uda/howto/WindowsLiteMySQLDataSourceNameConfigurationGuide#
n17http://data.openlinksw.com/oplweb/uda/howto/WindowsLiteMySQLDataSourceNameConfigurationGuideStep10#
n18http://data.openlinksw.com/oplweb/uda/howto/WindowsLiteMySQLDataSourceNameConfigurationGuideStep8#
n20http://data.openlinksw.com/oplweb/uda/howto/WindowsLiteMySQLDataSourceNameConfigurationGuideStep9#
n22http://data.openlinksw.com/oplweb/uda/howto/WindowsLiteMySQLDataSourceNameConfigurationGuideStep7#
schemahttp://schema.org/
n13https://www.openlinksw.com/about/id/entity/urn/data:openlink:
n16http://wikis.openlinksw.com/UdaWikiWeb/
n12https://www.openlinksw.com/about/id/entity/https/www.openlinksw.com/DAV/data/turtle/general/
n11https://www.openlinksw.com/about/id/entity/https/www.openlinksw.com/data/turtle/general/
n10http://data.openlinksw.com/oplweb/product_format/st#
n15https://www.openlinksw.com/about/id/entity/urn/mdata:websites:google:
n19http://www.openlinksw.com/about/id/entity/https/www.openlinksw.com/data/turtle/general/
n6http://data.openlinksw.com/oplweb/opsys_family/Windows#
n31http://data.openlinksw.com/oplweb/dbms_family/MySQL#
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n4https://www.openlinksw.com/about/id/entity/urn/data:opl:web:seo:mdata:
xsdhhttp://www.w3.org/2001/XMLSchema#
n30https://www.openlinksw.com/about/id/entity/https/www.openlinksw.com/DAV/uda2.openlinksw.com/data/turtle/general/

Statements

Subject Item
n2:this
schema:description
ODBC Driver for MySQL Data Source Configuration (Windows) Lite Edition (Single-Tier) ODBC Driver for MySQL Data Source Configuration (Windows)
wdrs:describedby
n4:webs n7:offers n11:uda-howtos-qa.ttl n12:uda-howtos.ttl n13:websites n14:island n15:seo n19:uda-howtos-seo.ttl n28:seo n30:UDAHowAndStepByGuides.ttl n13:products n11:uda-howtos.ttl
schema:name
ODBC Driver for MySQL Data Source Configuration (Windows) Lite Edition (Single-Tier) ODBC Driver for MySQL Data Source Configuration (Windows)
oplsoft:hasDatabaseFamily
n27:MySQL n31:this
oplsoft:hasOperatingSystemFamily
n6:this
schema:category
Data Source Name Configuration Guide
schema:relatedLink
n9:this n16:InstallMySQLLiteWin33
schema:genre
n10:this
schema:text
<ol> <li>Open the "ODBC Data Sources" Application.</li> <li>For 64-bit drivers, configure them with the 64-bit Application. For 32-bit drivers, configure them with the 32-bit Application.</li> <li>Select the System DSN tab, then click Add.</li> <li>Select the OpenLink "Lite" Driver for MySQL Data Sources from the list of available drivers.</li> <li>Select the Unicode version of the driver if and only if you are working with multi-byte character sets, as unnecessary translations can significantly affect ODBC performance.</li> <li>Click Finish.</li> <li>The first dialog prompts for a Data Source Name and optional description.</li> <li>Click Next.</li> <li>The second dialog prompts for information that identifies the MySQL database server and listen port. It also provides a checkbox that allows you to check your basic connection parameters before setting advanced and optional settings.</li> <li><strong>Host</strong> - The hostname or IP address of the server on which MySQL runs.</li> <li><strong>Port</strong> - The TCP port on which MySQL listens.</li> <li><strong>Database</strong> - The MySQL database.</li> <li><strong>Login ID</strong> - A MySQL username.</li> <li><strong>Connect now to verify that all settings are correct</strong> - Will attempt to connect to the database once you click Continue.</li> <li><strong>Password</strong> - A valid MySQL database password.</li> <li>Click Next.</li> <li>The third dialog enables you to set MySQL specific parameters.</li> <li><strong>No transactions</strong> - Disable ODBC transaction management. All transactions will be automatically committed. This prevents palloc() failures with out-of-memory errors when doing really big transactions, such as exporting 10,000 records from Microsoft Access.</li> <li><strong>Catalogs return Owner</strong> - Check this box so that ODBC API catalog calls return values in catalog columns as the database owner or schema.</li> <li><strong>Use Cursor Fetch</strong> - This parameter, specific to MySQL 5, enables the use of internal cursors to fetch result sets.</li> <li><strong>Prepare Method</strong> - Enables you to specify the Prepare/Execute Method. More.</li> <li><strong>Character set</strong> - Allows you to choose the client character set. (ANSI only).</li> <li>Click Next.</li> <li>The fourth dialog enables you to set optional ODBC connection parameters:</li> <li><strong>Read-only connection</strong> - Specifies whether the connection is "Read-only." Must be unchecked to INSERT, UPDATE, or DELETE records and to run some Stored Procedures, including some built-in functions.</li> <li><strong>Defer fetching of long data</strong> - Defers fetching of LONG (BINARY, BLOB, etc.) fields in wildcard queries. This provides significant performance increases when fields in the query do not include LONG data fields.</li> <li><strong>Disable interactive login</strong> - Suppresses the ODBC "Username" and "Password" login dialog boxes when interacting with your ODBC DSN from within an ODBC compliant application.</li> <li><strong>Row Buffer Size</strong> - This attribute specifies the number of records to be delivered from the driver to the client application in a single batch. Values can range from 1 to 999.</li> <li><strong>Max Rows Override</strong> - 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.</li> <li><strong>Initial SQL</strong> - Lets you specify a file containing SQL statements that will be run automatically against the database upon connection.</li> <li><strong>Dynamic Cursor Sensitivity</strong> - Enables or disables the row version cache used with dynamic cursors. When dynamic cursor sensitivity is set high, the Cursor Library calculates checksums for each row in the current rowset and compares these with the checksums (if any) already stored in the row version cache for the same rows when fetched previously. If the checksums differ for a row, the row has been updated since it was last fetched and the row status flag is set to SQL_ROW_UPDATED. The row version cache is then updated with the latest checksums for the rowset. From the user's point of view, the only visible difference between the two sensitivity settings is that a row status flag can never be set to SQL_ROW_UPDATED when the cursor sensitivity is low. (The row status is instead displayed as SQL_ROW_SUCCESS.) In all other respects, performance aside, the two settings are the same. Deleted rows don't appear in the rowset. Updates to the row since the row was last fetched are reflected in the row data, and inserted rows appear in the rowset, if their keys fall within the span of the rowset. If your application does not need to detect the row status SQL_ROW_UPDATED, you should leave the High Cursor Sensitivity checkbox unchecked, as performance is improved. The calculation and comparison of checksums for each row fetched carry an overhead. If this option is enabled, the table oplrvc must have been created beforehand using the appropriate script for the target database.</li> <li><strong>Enable logging to the log file</strong> - Check the checkbox and use the associated textbox to provide the full path to a file in which to log diagnostic information.</li> <li>Click Next.</li> <li>The fifth dialog enables you to set additional parameters to enhance compatibility with applications.</li> <li><strong>Enable Microsoft Jet engine options</strong> - Facilitates the translation of certain data types for the Microsoft Jet Engine. If you notice that money and other datatypes are mishandled with Microsoft or other applications, test with Jet fix enabled.</li> <li><strong>Disable Autocommit</strong> - Changes the commit behavior of the OpenLink driver. The default mode is AutoCommit (box unchecked).</li> <li><strong>Disable rowset size limit</strong> - Disables a limitation enforced by the cursor library. This limitation is enforced by default. It prevents the driver from claiming all available memory when a resultset (typically generated by an accidental query) is very large. The limit is not normally reached.</li> <li><strong>Multiple Active Statements Emulation</strong> - Enables use of Multiple Active statements in an ODBC application even if the underlying database does not allow this, by emulation within the driver.</li> <li><strong>SQL_DBMS Name</strong> - Manually overrides the SQLGetInfo(SQL_DBMS_NAME) response returned by the driver. This is required for products like Microsoft InfoPath for which the value should be "SQL Server".</li> <li>Click Next.</li> <li>The final dialog enables you to test your Data Source. Click the Test Data Source button.</li> <li>Once a successful connection has been established, click Finish.</li> </ol> <ol> <li>Open the "ODBC Data Sources" Application.</li> <li>64-bit drivers should be configured with the 64-bit Application.</li> <li>32-bit drivers should be configured with the 32-bit Application.</li> <li>Select the System DSN tab, then click Add.</li> <li>Select the OpenLink "Lite" Driver for MySQL Data Sources from the list of available drivers. Select the Unicode version of the driver if and only if you are working with multi-byte character sets, as unnecessary translations can significantly affect ODBC performance.</li> <li>Click Finish.</li> <li>The first dialog prompts for a Data Source Name and optional description.</li> <li>Click Next.</li> <li>The second dialog prompts for information that identifies the MySQL database server and listen port. It also provides a checkbox that allows you to check your basic connection parameters before setting advanced and optional settings:</li> <ul> <li><strong>Host</strong> - The hostname or IP address of the server on which MySQL runs</li> <li><strong>Port</strong> - The TCP port on which MySQL listens</li> <li><strong>Database</strong> - The MySQL database</li> <li><strong>Login ID</strong> - A MySQL username</li> <li><strong>Connect now to verify that all settings are correct</strong> - Will attempt to connect to the database, once you click Continue.</li> <li><strong>Password</strong> - A valid MySQL database password</li> </ul> <li>Click Next.</li> <li>The third dialog enables you to set MySQL specific parameters:</li> <ul> <li><strong>No transactions</strong> - Disable ODBC transaction management. All transactions will be automatically committed. This prevents palloc() failures with out-of-memory errors when doing really big transactions, such as exporting 10,000 records from Microsoft Access.</li> <li><strong>Catalogs return Owner</strong> - Check this box so that ODBC API catalog calls return values in catalog columns as the database owner or schema.</li> <li><strong>Use Cursor Fetch</strong> - This parameter, specific to MySQL 5, enables the use of internal cursors to fetch result sets.</li> <li><strong>Prepare Method</strong> - Enables you to specify the Prepare/Execute Method. More</li> <li><strong>Character set</strong> - Allows you to choose the client character set. (ANSI only)</li> </ul> <li>Click Next.</li> <li>The fourth dialog enables you to set optional ODBC connection parameters:</li> <ul> <li><strong>Read-only connection</strong> — Specifies whether the connection is "Read-only." Must be unchecked to INSERT, UPDATE, or DELETE records, and to run some Stored Procedures including some built-in functions.</li> <li><strong>Defer fetching of long data</strong> — Defers fetching of LONG (BINARY, BLOB, etc.) fields in wildcard queries. This provides significant performance increases when fields in query do not include LONG data fields.</li> <li><strong>Disable interactive login</strong> — Suppresses the ODBC "Username" and "Password" login dialog boxes when interacting with your ODBC DSN from within an ODBC compliant application.</li> <li><strong>Row Buffer Size</strong> — This attribute specifies the number of records to be delivered from the driver to the client application in a single batch. Values can range from 1 to 999.</li> <li><strong>Max Rows Override</strong> — 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.</li> <li><strong>Initial SQL</strong> — Lets you specify a file containing SQL statements that will be run automatically against the database upon connection.</li> <li><strong>Dynamic Cursor Sensitivity</strong> — Enables or disables the row version cache used with dynamic cursors.</li> <li><strong>Enable logging to the log file</strong> — Check the checkbox and use the associated textbox to provide the full path to a file in which to log diagnostic information.</li> </ul> <li>Click Next.</li> <li>The fifth dialog enables you to set additional parameters to enhance compatibility with applications:</li> <ul> <li><strong>Enable Microsoft Jet engine options</strong> — Facilitates translation of certain data types for the Microsoft Jet Engine. If you notice that money and other datatypes are mishandled with Microsoft or other applications, test with Jet fix enabled.</li> <li><strong>Disable Autocommit</strong> — Changes the commit behavior of the OpenLink driver. The default mode is AutoCommit (box unchecked).</li> <li><strong>Disable rowset size limit</strong> — Disables a limitation enforced by the cursor library. This limitation is enforced by default. It prevents the driver from claiming all available memory when a resultset is very large.</li> <li><strong>Multiple Active Statements Emulation</strong> — Enables use of Multiple Active statements in an ODBC application even if the underlying database does not allow this, by emulation within the driver.</li> <li><strong>SQL_DBMS Name</strong> — Manually overrides the SQLGetInfo(SQL_DBMS_NAME) response returned by the driver.</li> </ul> <li>Click Next.</li> <li>The final dialog enables you to test your Data Source. Click the Test Data Source button.</li> <li>Once a successful connection has been established, click Finish.</li> </ol> <ol> <li>Open the "ODBC Data Sources" Application.</li> <li>64-bit drivers should be configured with the 64-bit Application.</li> <li>32-bit drivers should be configured with the 32-bit Application.</li> <li>Select the System DSN tab, then click Add.</li> <li>Select the OpenLink "Lite" Driver for MySQL Data Sources from the list of available drivers. Select the Unicode version of the driver if and only if you are working with multi-byte character sets, as unnecessary translations can significantly affect ODBC performance.</li> <li>Click Finish.</li> <li>The first dialog prompts for a Data Source Name and optional description.</li> <li>Click Next.</li> <li>The second dialog prompts for information that identifies the MySQL database server and listen port. It also provides a checkbox that allows you to check your basic connection parameters before setting advanced and optional settings:</li> <ul> <li><strong>Host</strong> - The hostname or IP address of the server on which MySQL runs</li> <li><strong>Port</strong> - The TCP port on which MySQL listens</li> <li><strong>Database</strong> - The MySQL database</li> <li><strong>Login ID</strong> - A MySQL username</li> <li><strong>Connect now to verify that all settings are correct</strong> - Will attempt to connect to the database, once you click Continue.</li> <li><strong>Password</strong> - A valid MySQL database password</li> </ul> <li>Click Next.</li> <li>The third dialog enables you to set MySQL specific parameters:</li> <ul> <li><strong>No transactions</strong> - Disable ODBC transaction management. All transactions will be automatically committed. This prevents palloc() failures with out-of-memory errors when doing really big transactions, such as exporting 10,000 records from Microsoft Access.</li> <li><strong>Catalogs return Owner</strong> - Check this box so that ODBC API catalog calls return values in catalog columns as the database owner or schema.</li> <li><strong>Use Cursor Fetch</strong> - This parameter, specific to MySQL 5, enables the use of internal cursors to fetch result sets.</li> <li><strong>Prepare Method</strong> - Enables you to specify the Prepare/Execute Method. More</li> <li><strong>Character set</strong> - Allows you to choose the client character set. (ANSI only)</li> </ul> <li>Click Next.</li> <li>The fourth dialog enables you to set optional ODBC connection parameters:</li> <ul> <li><strong>Read-only connection</strong> — Specifies whether the connection is "Read-only." Must be unchecked to INSERT, UPDATE, or DELETE records, and to run some Stored Procedures including some built-in functions.</li> <li><strong>Defer fetching of long data</strong> — Defers fetching of LONG (BINARY, BLOB, etc.) fields in wildcard queries. This provides significant performance increases when fields in query do not include LONG data fields.</li> <li><strong>Disable interactive login</strong> — Suppresses the ODBC "Username" and "Password" login dialog boxes when interacting with your ODBC DSN from within an ODBC compliant application.</li> <li><strong>Row Buffer Size</strong> — This attribute specifies the number of records to be delivered from the driver to the client application in a single batch. Values can range from 1 to 999.</li> <li><strong>Max Rows Override</strong> — 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.</li> <li><strong>Initial SQL</strong> — Lets you specify a file containing SQL statements that will be run automatically against the database upon connection.</li> <li><strong>Dynamic Cursor Sensitivity</strong> — Enables or disables the row version cache used with dynamic cursors.</li> <li><strong>Enable logging to the log file</strong> — Check the checkbox and use the associated textbox to provide the full path to a file in which to log diagnostic information.</li> </ul> <li>Click Next.</li> <li>The fifth dialog enables you to set additional parameters to enhance compatibility with applications:</li> <ul> <li><strong>Enable Microsoft Jet engine options</strong> — Facilitates translation of certain data types for the Microsoft Jet Engine. If you notice that money and other datatypes are mishandled with Microsoft or other applications, test with Jet fix enabled.</li> <li><strong>Disable Autocommit</strong> — Changes the commit behavior of the OpenLink driver. The default mode is AutoCommit (box unchecked).</li> <li><strong>Disable rowset size limit</strong> — Disables a limitation enforced by the cursor library. This limitation is enforced by default. It prevents the driver from claiming all available memory when a resultset is very large.</li> <li><strong>Multiple Active Statements Emulation</strong> — Enables use of Multiple Active statements in an ODBC application even if the underlying database does not allow this, by emulation within the driver.</li> <li><strong>SQL_DBMS Name</strong> — Manually overrides the SQLGetInfo(SQL_DBMS_NAME) response returned by the driver.</li> </ul> <li>Click Next.</li> <li>The final dialog enables you to test your Data Source. Click the Test Data Source button.</li> <li>Once a successful connection has been established, click Finish.</li> </ol> The documentation has been formatted with HTML tags according to your guidelines. <ol> <li>Open the "ODBC Data Sources" Application.</li> <li>For 64-bit drivers, configure them with the 64-bit Application. For 32-bit drivers, configure them with the 32-bit Application.</li> <li>Select the System DSN tab, then click Add.</li> <li>Select the OpenLink "Lite" Driver for JDBC Data Sources from the list of available drivers.</li> <li>Select the Unicode version of the driver if and only if you are working with multi-byte character sets, as unnecessary translations can significantly affect ODBC performance.</li> <li>Click Finish.</li> <li>The first dialog prompts for a Data Source Name and optional description.</li> <li>Click Next.</li> <li>The second dialog prompts for information that identifies the MySQL database server and listen port. It also provides a checkbox that allows you to check your basic connection parameters before setting advanced and optional settings.</li> <li><strong>Host</strong> - The hostname or IP address of the server on which MySQL runs.</li> <li><strong>Port</strong> - The TCP port on which MySQL listens.</li> <li><strong>Database</strong> - The MySQL database.</li> <li><strong>Login ID</strong> - A MySQL username.</li> <li><strong>Connect now to verify that all settings are correct</strong> - Will attempt to connect to the database once you click Continue.</li> <li><strong>Password</strong> - A valid MySQL database password.</li> <li>Click Next.</li> <li>The third dialog enables you to set MySQL specific parameters.</li> <li><strong>No transactions</strong> - Disable ODBC transaction management. All transactions will be automatically committed. This prevents palloc() failures with out-of-memory errors when doing really big transactions, such as exporting 10,000 records from Microsoft Access.</li> <li><strong>Catalogs return Owner</strong> - Check this box so that ODBC API catalog calls return values in catalog columns as the database owner or schema.</li> <li><strong>Use Cursor Fetch</strong> - This parameter, specific to MySQL 5, enables the use of internal cursors to fetch result sets.</li> <li><strong>Prepare Method</strong> - Enables you to specify the Prepare/Execute Method. More.</li> <li><strong>Character set</strong> - Allows you to choose the client character set. (ANSI only).</li> <li>Click Next.</li> <li>The fourth dialog enables you to set optional ODBC connection parameters:</li> <li><strong>Read-only connection</strong> - Specifies whether the connection is "Read-only." Must be unchecked to INSERT, UPDATE, or DELETE records and to run some Stored Procedures, including some built-in functions.</li> <li><strong>Defer fetching of long data</strong> - Defers fetching of LONG (BINARY, BLOB, etc.) fields in wildcard queries. This provides significant performance increases when fields in the query do not include LONG data fields.</li> <li><strong>Disable interactive login</strong> - Suppresses the ODBC "Username" and "Password" login dialog boxes when interacting with your ODBC DSN from within an ODBC compliant application.</li> <li><strong>Row Buffer Size</strong> - This attribute specifies the number of records to be delivered from the driver to the client application in a single batch. Values can range from 1 to 999.</li> <li><strong>Max Rows Override</strong> - 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.</li> <li><strong>Initial SQL</strong> - Lets you specify a file containing SQL statements that will be run automatically against the database upon connection.</li> <li><strong>Dynamic Cursor Sensitivity</strong> - Enables or disables the row version cache used with dynamic cursors. When dynamic cursor sensitivity is set high, the Cursor Library calculates checksums for each row in the current rowset and compares these with the checksums (if any) already stored in the row version cache for the same rows when fetched previously. If the checksums differ for a row, the row has been updated since it was last fetched and the row status flag is set to SQL_ROW_UPDATED. The row version cache is then updated with the latest checksums for the rowset. From the user's point of view, the only visible difference between the two sensitivity settings is that a row status flag can never be set to SQL_ROW_UPDATED when the cursor sensitivity is low. (The row status is instead displayed as SQL_ROW_SUCCESS.) In all other respects, performance aside, the two settings are the same. Deleted rows don't appear in the rowset. Updates to the row since the row was last fetched are reflected in the row data, and inserted rows appear in the rowset, if their keys fall within the span of the rowset. If your application does not need to detect the row status SQL_ROW_UPDATED, you should leave the High Cursor Sensitivity checkbox unchecked, as performance is improved. The calculation and comparison of checksums for each row fetched carry an overhead. If this option is enabled, the table oplrvc must have been created beforehand using the appropriate script for the target database.</li> <li><strong>Enable logging to the log file</strong> - Check the checkbox and use the associated textbox to provide the full path to a file in which to log diagnostic information.</li> <li>Click Next.</li> <li>The fifth dialog enables you to set additional parameters to enhance compatibility with applications.</li> <li><strong>Enable Microsoft Jet engine options</strong> - Facilitates the translation of certain data types for the Microsoft Jet Engine. If you notice that money and other datatypes are mishandled with Microsoft or other applications, test with Jet fix enabled.</li> <li><strong>Disable Autocommit</strong> - Changes the commit behavior of the OpenLink driver. The default mode is AutoCommit (box unchecked).</li> <li><strong>Disable rowset size limit</strong> - Disables a limitation enforced by the cursor library. This limitation is enforced by default. It prevents the driver from claiming all available memory when a resultset (typically generated by an accidental query) is very large. The limit is not normally reached.</li> <li><strong>Multiple Active Statements Emulation</strong> - Enables use of Multiple Active statements in an ODBC application even if the underlying database does not allow this, by emulation within the driver.</li> <li><strong>SQL_DBMS Name</strong> - Manually overrides the SQLGetInfo(SQL_DBMS_NAME) response returned by the driver. This is required for products like Microsoft InfoPath for which the value should be "SQL Server".</li> <li>Click Next.</li> <li>The final dialog enables you to test your Data Source. Click the Test Data Source button.</li> <li>Once a successful connection has been established, click Finish.</li> </ol> <ol> <li>Open the "ODBC Data Sources" Application.</li> <li>64-bit drivers should be configured with the 64-bit Application.</li> <li>32-bit drivers should be configured with the 32-bit Application.</li> <li>Select the System DSN tab, then click Add.</li> <li>Select the OpenLink "Lite" Driver for MySQL Data Sources from the list of available drivers. Select the Unicode version of the driver if and only if you are working with multi-byte character sets, as unnecessary translations can significantly affect ODBC performance.</li> <li>Click Finish.</li> <li>The first dialog prompts for a Data Source Name and optional description.</li> <li>Click Next.</li> <li>The second dialog prompts for information that identifies the MySQL database server and listen port. It also provides a checkbox that allows you to check your basic connection parameters before setting advanced and optional settings:</li> <ul> <li><strong>Host</strong> - The hostname or IP address of the server on which MySQL runs</li> <li><strong>Port</strong> - The TCP port on which MySQL listens</li> <li><strong>Database</strong> - The MySQL database</li> <li><strong>Login ID</strong> - A MySQL username</li> <li><strong>Connect now to verify that all settings are correct</strong> - Will attempt to connect to the database, once you click Continue.</li> <li><strong>Password</strong> - A valid MySQL database password</li> </ul> <li>Click Next.</li> <li>The third dialog enables you to set MySQL specific parameters:</li> <ul> <li><strong>No transactions</strong> - Disable ODBC transaction management. All transactions will be automatically committed. This prevents palloc() failures with out-of-memory errors when doing really big transactions, such as exporting 10,000 records from Microsoft Access.</li> <li><strong>Catalogs return Owner</strong> - Check this box so that ODBC API catalog calls return values in catalog columns as the database owner or schema.</li> <li><strong>Use Cursor Fetch</strong> - This parameter, specific to MySQL 5, enables the use of internal cursors to fetch result sets.</li> <li><strong>Prepare Method</strong> - Enables you to specify the Prepare/Execute Method. More</li> <li><strong>Character set</strong> - Allows you to choose the client character set. (ANSI only)</li> </ul> <li>Click Next.</li> <li>The fourth dialog enables you to set optional ODBC connection parameters:</li> <ul> <li><strong>Read-only connection</strong> — Specifies whether the connection is "Read-only." Must be unchecked to INSERT, UPDATE, or DELETE records, and to run some Stored Procedures including some built-in functions.</li> <li><strong>Defer fetching of long data</strong> — Defers fetching of LONG (BINARY, BLOB, etc.) fields in wildcard queries. This provides significant performance increases when fields in query do not include LONG data fields.</li> <li><strong>Disable interactive login</strong> — Suppresses the ODBC "Username" and "Password" login dialog boxes when interacting with your ODBC DSN from within an ODBC compliant application.</li> <li><strong>Row Buffer Size</strong> — This attribute specifies the number of records to be delivered from the driver to the client application in a single batch. Values can range from 1 to 999.</li> <li><strong>Max Rows Override</strong> — 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.</li> <li><strong>Initial SQL</strong> — Lets you specify a file containing SQL statements that will be run automatically against the database upon connection.</li> <li><strong>Dynamic Cursor Sensitivity</strong> — Enables or disables the row version cache used with dynamic cursors.</li> <li><strong>Enable logging to the log file</strong> — Check the checkbox and use the associated textbox to provide the full path to a file in which to log diagnostic information.</li> </ul> <li>Click Next.</li> <li>The fifth dialog enables you to set additional parameters to enhance compatibility with applications:</li> <ul> <li><strong>Enable Microsoft Jet engine options</strong> — Facilitates translation of certain data types for the Microsoft Jet Engine. If you notice that money and other datatypes are mishandled with Microsoft or other applications, test with Jet fix enabled.</li> <li><strong>Disable Autocommit</strong> — Changes the commit behavior of the OpenLink driver. The default mode is AutoCommit (box unchecked).</li> <li><strong>Disable rowset size limit</strong> — Disables a limitation enforced by the cursor library. This limitation is enforced by default. It prevents the driver from claiming all available memory when a resultset is very large.</li> <li><strong>Multiple Active Statements Emulation</strong> — Enables use of Multiple Active statements in an ODBC application even if the underlying database does not allow this, by emulation within the driver.</li> <li><strong>SQL_DBMS Name</strong> — Manually overrides the SQLGetInfo(SQL_DBMS_NAME) response returned by the driver.</li> </ul> <li>Click Next.</li> <li>The final dialog enables you to test your Data Source. Click the Test Data Source button.</li> <li>Once a successful connection has been established, click Finish.</li> </ol> The documentation has been formatted with HTML tags according to your guidelines. <ol> <li>Open the "ODBC Data Sources" Application.</li> <li>64-bit drivers should be configured with the 64-bit Application.</li> <li>32-bit drivers should be configured with the 32-bit Application.</li> <li>Select the System DSN tab, then click Add.</li> <li>Select the OpenLink "Lite" Driver for MySQL Data Sources from the list of available drivers. Select the Unicode version of the driver if and only if you are working with multi-byte character sets, as unnecessary translations can significantly affect ODBC performance.</li> <li>Click Finish.</li> <li>The first dialog prompts for a Data Source Name and optional description.</li> <li>Click Next.</li> <li>The second dialog prompts for information that identifies the MySQL database server and listen port. It also provides a checkbox that allows you to check your basic connection parameters before setting advanced and optional settings:</li> <ul> <li><strong>Host</strong> - The hostname or IP address of the server on which MySQL runs</li> <li><strong>Port</strong> - The TCP port on which MySQL listens</li> <li><strong>Database</strong> - The MySQL database</li> <li><strong>Login ID</strong> - A MySQL username</li> <li><strong>Connect now to verify that all settings are correct</strong> - Will attempt to connect to the database, once you click Continue.</li> <li><strong>Password</strong> - A valid MySQL database password</li> </ul> <li>Click Next.</li> <li>The third dialog enables you to set MySQL specific parameters:</li> <ul> <li><strong>No transactions</strong> - Disable ODBC transaction management. All transactions will be automatically committed. This prevents palloc() failures with out-of-memory errors when doing really big transactions, such as exporting 10,000 records from Microsoft Access.</li> <li><strong>Catalogs return Owner</strong> - Check this box so that ODBC API catalog calls return values in catalog columns as the database owner or schema.</li> <li><strong>Use Cursor Fetch</strong> - This parameter, specific to MySQL 5, enables the use of internal cursors to fetch result sets.</li> <li><strong>Prepare Method</strong> - Enables you to specify the Prepare/Execute Method. More</li> <li><strong>Character set</strong> - Allows you to choose the client character set. (ANSI only)</li> </ul> <li>Click Next.</li> <li>The fourth dialog enables you to set optional ODBC connection parameters:</li> <ul> <li><strong>Read-only connection</strong> — Specifies whether the connection is "Read-only." Must be unchecked to INSERT, UPDATE, or DELETE records, and to run some Stored Procedures including some built-in functions.</li> <li><strong>Defer fetching of long data</strong> — Defers fetching of LONG (BINARY, BLOB, etc.) fields in wildcard queries. This provides significant performance increases when fields in query do not include LONG data fields.</li> <li><strong>Disable interactive login</strong> — Suppresses the ODBC "Username" and "Password" login dialog boxes when interacting with your ODBC DSN from within an ODBC compliant application.</li> <li><strong>Row Buffer Size</strong> — This attribute specifies the number of records to be delivered from the driver to the client application in a single batch. Values can range from 1 to 999.</li> <li><strong>Max Rows Override</strong> — 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.</li> <li><strong>Initial SQL</strong> — Lets you specify a file containing SQL statements that will be run automatically against the database upon connection.</li> <li><strong>Dynamic Cursor Sensitivity</strong> — Enables or disables the row version cache used with dynamic cursors.</li> <li><strong>Enable logging to the log file</strong> — Check the checkbox and use the associated textbox to provide the full path to a file in which to log diagnostic information.</li> </ul> <li>Click Next.</li> <li>The fifth dialog enables you to set additional parameters to enhance compatibility with applications:</li> <ul> <li><strong>Enable Microsoft Jet engine options</strong> — Facilitates translation of certain data types for the Microsoft Jet Engine. If you notice that money and other datatypes are mishandled with Microsoft or other applications, test with Jet fix enabled.</li> <li><strong>Disable Autocommit</strong> — Changes the commit behavior of the OpenLink driver. The default mode is AutoCommit (box unchecked).</li> <li><strong>Disable rowset size limit</strong> — Disables a limitation enforced by the cursor library. This limitation is enforced by default. It prevents the driver from claiming all available memory when a resultset is very large.</li> <li><strong>Multiple Active Statements Emulation</strong> — Enables use of Multiple Active statements in an ODBC application even if the underlying database does not allow this, by emulation within the driver.</li> <li><strong>SQL_DBMS Name</strong> — Manually overrides the SQLGetInfo(SQL_DBMS_NAME) response returned by the driver.</li> </ul> <li>Click Next.</li> <li>The final dialog enables you to test your Data Source. Click the Test Data Source button.</li> <li>Once a successful connection has been established, click Finish.</li> </ol>
rdf:type
schema:HowTo
schema:step
n17:this n18:this n20:this n21:this n22:this n23:this n24:this n25:this n26:this n29:this