Search This Blog

Showing posts with label JDBC connection with database. Show all posts
Showing posts with label JDBC connection with database. Show all posts

Saturday, 24 March 2018

Access Database Connectivity in Java with netbeans

Copy paste the following code in source tab of netbeans:

package javaapplication1;

import com.sun.istack.internal.logging.Logger;
import java.awt.HeadlessException;
import java.sql.Connection;
import java.sql.DriverManager;