Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

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?

0
Posted

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?

0

Location: http://www.jguru.com/faq/view.jsp?EID=482649 Created: Aug 23, 2001 Author: Joe Sam Shirah (http://www.jguru.com/guru/viewbio.jsp?EID=42100) 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’s job to convert the SQL statements and JDBC calls to the DBMS’ native protocol. From the server’s point of view, it’s just another data request coming into the port, the programming language used to send the data is irrelevant at that point.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123