What is the disadvantage of Type-4 Native-Protocol Driver?
Options
- At client side, a separate driver is needed for each database.
- Type-4 driver is entirely written in Java
- The driver converts JDBC calls into vendor-specific database protocol
- It does not support to read MySQL data.
CORRECT ANSWER : At client side, a separate driver is needed for each database.
Write your comments