Database

How to connect java application with MySQL database using netbeans IDE | MySQL |Netbeans | Java | JDBC |

In this post I tell you how to connect your java application with the MySQL database by using netbeans IDE. As this post is the part of series of posts of “MySQL database”. Where you can learn MySQL with JDBC without the help of guidance. As in our previous post how to create a database in …

How to connect java application with MySQL database using netbeans IDE | MySQL |Netbeans | Java | JDBC | Read More »

How to create Database? | MySQL | MySQL command line window | (In Java)

In this post, I teach u how to create a database in MySQL command line Window. I know there are many websites and blogs where you can learn this. So what is special in mine post??  The answer is that on all the other websites and blogs u can’t understand properly the whole MySQL without …

How to create Database? | MySQL | MySQL command line window | (In Java) Read More »

JDBC driver library download

In order for Java applications working with a database engine via Java Database Connectivity (JDBC), an appropriate JDBC driver library is required to be available in the application’s classpath. A JDBC driver library consists of Java classes which implement low-level communication with the database engine. It talks with Java applications via JDBC API and usually …

JDBC driver library download Read More »

Connect to SQLite via JDBC

SQLite is a simple, small, fast, reliable, server-less, zero-configuration and no-installation SQL database library which is running in-process with the client application. Although there is no official JDBC driver library from www.sqlite.org, there is one provided by www.xerial.org – an XML Database Management System project. 1. Download SQLite JDBC driver You can download the latest …

Connect to SQLite via JDBC Read More »

Connect to Apache Derby (Java DB) via JDBC

Apache Derby is a lightweight, portable database engine written purely in Java. Java DB is a just an Oracle’s distribution of Derby in their JDK.This article presents the steps to quickly get started with Derby, from downloading its JDBC driver to write code for making connections. 1. Downloading Derby JDBC driver library Download the latest …

Connect to Apache Derby (Java DB) via JDBC Read More »

Connect to PostgreSQL database server via JDBC

This tutorial walks through process of connecting a Java application to a PostgreSQL database server from downloading JDBC driver to write code that makes the connection. Before begin, make sure you have a version of PostgreSQL database server installed either on your development computer or on a dedicated server. Code in this tutorial is tested …

Connect to PostgreSQL database server via JDBC Read More »

Connect to Oracle database via JDBC

This article provides examples of how to establish database connection with an Oracle database server – the first step to have Java applications working with one of the most popular database systems. Suppose you already had a version of Oracle database installed, such as Oracle Database 11g Express Edition. 1. Download JDBC driver library for …

Connect to Oracle database via JDBC Read More »

Connect to Microsoft SQL Server via JDBC

This article describes how to get JDBC driver and write code for making database connection to Microsoft SQL Server from a Java client. Suppose you have a light weight version of SQL Server installed, such as Microsoft SQL Server 2012 Express. 1. Download Microsoft JDBC driver Click here to download Microsoft JDBC Driver 4.0 for …

Connect to Microsoft SQL Server via JDBC Read More »

Connect to MySQL database via JDBC

This article explains how to write Java code to connect to a MySQL database server, step by step. If you have never written Java code to connect MySQL before, it’s worth reading this tutorial from the beginning. Download JDBC driver for MySQLFirst, in order to have Java program working with MySQL, we need a JDBC …

Connect to MySQL database via JDBC Read More »

Special Offer - Get Linux Hosting for Rs 699/- only