Java / JDBC
Explain network protocol driver in JDBC.
In type 3 driver, JDBC clients use standard network sockets to communicate with the application server and the server translates it to the call format supported by the database and sent to the database server.
The main advantage is no client libraries required to install on client machines and the driver is compatible with multiple database types.
More Related questions...