What are the drivers in MySQL?



What are the drivers in MySQL?..

Answer / hrindows@gmail.com

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.
Drivers in MySQL:
 PHP Driver
 JDBC Driver
 ODBC Driver
 C WRAPPER
 PYTHON Driver
 PERL Driver
 RUBY Driver
 CAP11PHP Driver
 Ado.net5.mxj

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

What is the difference between the primary and unique key in mysql?

0 Answers  


What are the security alerts while using mysql?

0 Answers  


How we can see all indexes defined for a table in mysql?

0 Answers  


What is MySQL?

0 Answers  


How to check if value already exists in mysql database in php?

0 Answers  






What language is used in mysql?

0 Answers  


What is normalization and list the different types of normalization?

0 Answers  


How do I kill a mysql query?

0 Answers  


Is mysql written in c?

0 Answers  


Which mysql function is used to concatenate string?

1 Answers  


How do I restore a mysql database?

0 Answers  


Consider you have a composite index of three columns. Now, you have to provide the value of two columns in the where clause of a select query. Do you think index can be used for the operation?

0 Answers  


Categories