Search:

Type: Posts; User: Moses76

Search: Search took 0.06 seconds.

  1. No suitable driver found for jdbc:mysql://localhost/books

    import java.sql.Connection;
    import java.sql.Statement;
    import java.sql.DriverManager;
    import java.sql.ResultSet;
    import java.sql.ResultSetMetaData;
    import java.sql.SQLException;

    public...
  2. Replies
    1
    Views
    2,264

    Connecting to local access database

    Hi,
    I was going through a book and it has a statement that reads

    static final String DATABASE_URL = "jdbc:mysql://localhost/books".

    This is for connecting to a local mysql database called...
Results 1 to 2 of 2