This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package pawel.bookshelf; | |
import java.sql.*; | |
public class BookShelf { | |
private String user = ""; | |
private String password = ""; | |
static String url = "jdbc:odbc:Books"; |