aspose file tools
The moose likes JDBC and the fly likes JDBC TYPE 3 driver -more explanation? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "JDBC TYPE 3 driver -more explanation?" Watch "JDBC TYPE 3 driver -more explanation?" New topic
Author

JDBC TYPE 3 driver -more explanation?

Manish Shinde
Ranch Hand

Joined: Mar 30, 2011
Posts: 39
what i understood by reading in different post/books about JDBC Type 3 driver (Net pure Java) is that In a Type 3 driver, a three-tier approach is used to accessing databases. The JDBC clients use standard network sockets to communicate with an middleware application server. The socket information is then translated by the middleware application server into the call format required by the DBMS, and forwarded to the database server.

but this answer didn't satisfy me.
Can anybody explain working of the JDBC Type 3 driver (Net pure Java) little bit in detail ?


Regards,
Manish
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: JDBC TYPE 3 driver -more explanation?
 
Similar Threads
Example drivers for all the 4 types of JDBC Drivers
Driver types
JDBC drivers questions
Advantages of type3 jdbc driver when compare to typd4 jdbc driver
Simple JDBC test question