- #Microsoft webmatrix link to mysql database install
- #Microsoft webmatrix link to mysql database download
#Microsoft webmatrix link to mysql database download
Download the Windows ODBC-JDBC Gateway.Installing and Licensing the ODBC-JDBC Gateway To the JDBC driver the ODBC-JDBC Gateway is a Java application. To the application, the ODBC-JDBC Gateway is an ODBC driver. The ODBC-JDBC Gateway connects an application that uses ODBC to a database that uses JDBC.
SQL Server can use an ODBC driver, a different piece of database middleware, to access external data. SQL Server is not written in Java however and does not provide a way for a linked server to access a database by using JDBC. MySQL's JDBC driver allows Java applications to access data stored in MySQL. A JDBC driver allows a Java application to access external data. One such connector is the MySQL Connector/J, which is a piece of database middleware known as a JDBC driver. MySQL provide several connectors to enable client applications to access MySQL databases.
Use the ODBC-JDBC Gateway to connect Microsoft SQL Server to MySQL and: The following article refers to an earlier less direct solution. Use the MySQL ODBC driver to connect MySQL to SQL Server.