Search Results
                    
                    
            https://dev.mysql.com/doc/connector-net/en/connector-net-versions.html
                                In addition, your Microsoft Windows host must have the TLSv1.2 protocol enabled.  MySQL Connector/NET 9.x series is a continuation of Connector/NET 8.x series, but now named to synchronize with the (latest) MySQL server version it supports. This ...
                                            
                https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-architecture.html
                                For example, if you have configured a DSN that connects to a MySQL database then the driver manager will load the Connector/ODBC driver to enable the ODBC API to communicate with the MySQL host.  The Connector/ODBC architecture is based on five ...
                                            
                https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-connection-without-dsn.html
                                Here are the connection strings for Connector/ODBC using DSN-less connections: For Connector/ODBC 9.5: ConnectionString = "DRIVER={MySQL ODBC 9.5 Unicode Driver};\ SERVER=localhost;\ DATABASE=test;\ USER=venu;\ PASSWORD=venu;\ FOUND_ROWS=1;" ... You ...
                                            
                https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-dsn-windows-5-2.html
                                To verify the connection using the parameters you have entered, click the Test button.  The ODBC Data Source Administrator on Windows lets you create DSNs, check driver installation, and configure ODBC functions such as tracing (used for debugging) ...
                                            
                https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-dsn-windows-problems.html
                                Also, make sure you have the latest valid ctl3d32.dll in your system directory. While configuring a Connector/ODBC DSN, a Could Not Load Translator or Setup Library error occurs For more information, refer to MS KnowledgeBase Article(Q260558). The ...
                                            
                https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-examples-tools-with-access-linked-tables.html
                                Use the following procedure to view links or to refresh them when the structures of the linked tables have changed.  You can use Microsoft Access as a front end to MySQL by linking tables within your Microsoft Access database to tables that exist ...
                                            
                https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-examples-tools.html
                                 Once you have configured your Connector/ODBC DSN, you can access your MySQL database through any application that supports the ODBC interface, including programming languages and third-party applications. This section contains guides and help on ...
                                            
                https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-examples.html
                                 Once you have configured a DSN to provide access to a database, how you access and use that connection is dependent on the application or programming language. As ODBC is a standardized interface, any application or language that supports ODBC can ...
                                            
                https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-installation-binary-windows-dll.html
                                 If you have downloaded the zipped DLL package: Unzip the installation files to the location you want it installed. Run the included batch file to perform an installation from the current directory and registers the ODBC driver. Alternatively to the ...
                                            
                https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-installation-binary-yum.html
                                You must have the MySQL Yum repository on your system's repository list (see Adding the MySQL Yum Repository for details).  The MySQL Yum repository for Oracle Linux, Red Hat Enterprise Linux, CentOS, and Fedora provides Connector/ODBC RPM packages ...