I cannot figure out why this keeps popping whenever I am trying to set up a new connection.
My school project requires to connect netbeans to a database.
I've been following this video tutorial: How to Connect Netbeans to Microsoft Access Database by Kindson .
and after learning that SE 8 does not have jdbc:odbc
bridge. Then, I found this tutorial: How to enable JDBC-ODBC bridge for JDK 8
cannot establish a connection to jdbc:odbc:test database using sun.jdbc.odbc.JdbcOdbcDriver (null)
So at the moment I'm at this part knowing nothing of whats wrong (Error screen).