Search Results
                    
                    
            https://dev.mysql.com/doc/connectors/en/connector-odbc-driver-manager.html
                                This also means that you can test ODBC Administrator configurations using the iodbctest command.  An ODBC Driver Manager is a library that manages communication between the ODBC-aware application and any drivers. Most ODBC Driver Manager ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-odbc-examples-programming.html
                                This includes, but is not limited to, Microsoft support languages (including Visual Basic, C# and interfaces such as ODBC.NET), Perl (through the DBI module, and the DBD::ODBC driver).  With a suitable ODBC Manager and the Connector/ODBC driver ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-odbc-examples-tools-with-access-import.html
                                Select the tables you want to import from this Import Objects dialog (or click Select All), and then click OK.  To import tables from MySQL to Access, follow these instructions: Open the Access database into which that you want to import MySQL data. 
                                            
                https://dev.mysql.com/doc/connectors/en/connector-odbc-examples-tools.html
                                This section contains guides and help on using Connector/ODBC with various ODBC-compatible tools and applications, including Microsoft Word, Microsoft Excel and Adobe/Macromedia ColdFusion.  Once you have configured your Connector/ODBC DSN, you can ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-odbc-reference-api.html
                                For the complete ODBC API reference, please refer to the ODBC Programmer's Reference at http://msdn.microsoft.com/en-us/library/ms714177.aspx. An application can call SQLGetInfo function to obtain conformance information about Connector/ODBC. To ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-odbc-reference.html
                                 This section provides reference material for the Connector/ODBC API, showing supported functions and methods, supported MySQL column types and the corresponding native type in Connector/ODBC, and the error codes returned by Connector/ODBC when a ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-odbc-usagenotes-functionality-dynamic-cursor.html
                                You can enable this function within Windows by selecting the Enable Dynamic Cursor check box within the ODBC Data Source Administrator.  Support for the dynamic cursor is provided in Connector/ODBC 3.51, but dynamic cursors are not enabled by ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-odbc-usagenotes-functionality.html
                                 This section provides help with common queries and areas of functionality in MySQL and how to use them with Connector/ODBC. 
                                            
                https://dev.mysql.com/doc/connectors/en/connector-python-api-characterset.html
                                 This class provides all known MySQL characters sets and their default collations. 
                                            
                https://dev.mysql.com/doc/connectors/en/connector-python-api-clientflag.html
                                 This class provides constants defining MySQL client flags that can be used when the connection is established to configure the session. >>> import mysql.connector >>> mysql.connector.ClientFlag.FOUND_ROWS 2 See Section 6.9.2.32, ...