Tag: JDBC
-
JavaWhat is JDBC?
JDBC (Java Database Connectivity) is the Java API for connecting to a database, issuing queries and commands, and handling database…
September 1, 2022
-
JavaJava connect to MySQL database with JDBC
Follow the steps below to connect a Java application to a MySQL database using the JDBC Driver. Download JDBC driver…
September 4, 2022
-
JavaUsing the Thin Driver to Connect to an Oracle Database
Follow the steps below to connect a Java application to an Oracle database using Thin Driver. Download Oracle JDBC Driver…
September 5, 2022
-
JavaJava connectivity to MongoDB database
MongoDB is a no-SQL database that is document-oriented. MongoDB, which was first released in 2009, successfully replaced rows and columns…
September 5, 2022