Which JDBC driner is used to connect a java client application to a database over aTCP/IP connection?

Recommended Answers

All 3 Replies

Driver is for communication between Java application and database. What you are about TCP/IP connection/ What you trying to do?

Actualy i am about :
JDBC-ODBC bridge driver
OR JDBC-Net pure java driver

As you showed in your other post you are attempting to communicate with database.
This can fail for numerous reason, but most common are wrong coding, wrong connection details, trying to reach external DB that is only accessible as local or using incorrect SQL

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.