Skip to content

Instantly share code, notes, and snippets.

package pawel.bookshelf;
import java.sql.*;
public class BookShelf {
private String user = "";
private String password = "";
static String url = "jdbc:odbc:Books";