InterviewSolution
Saved Bookmarks
| 1. |
What are the drivers in MySQL? |
|
Answer» In MySQL, standards-based DRIVERS for JDBC, ODBC, and .NET are provided in order to enable developers in building DATABASE applications with their LANGUAGE of choice. Available Drivers in MySQL:
JDBC, ODBC, and .Net drivers are necessary for MySQL as they enable the developers for building their database applications. |
|