Java Database Connectivity: Difference between revisions

Content deleted Content added
No edit summary
definition
Line 250:
 
== Drivers ==
Drivers are client-side adaptors (they are installed in the client machine, not in the server) that convert requests from Java programs to a protocol that the DBMS can understand.
=== Types ===