Tuesday, November 29, 2011

Does the database server have to be running Java or have Java support in order for my remote JDBC client app to access the database?

The answer should always be no. The two critical requirements are LAN/internet connectivity and an appropriate JDBC driver. Connectivity is usually via TCP/IP, but other communication protocols are possible. Unspoken, but assumed here is that the DBMS has been started to listen on a communications port. It is the JDBC driver&
Category:JDBC Interview Questions

No comments:

Post a Comment