I have a little problem with the creation of a table (for a database) in Java.
Currently, I\'m using IntelliJ IDEA and when I write the code for creating a table the tex
I think you should check the connection to your database.
url - a database url of the form jdbc:subprotocol:subname
Check the Api https://docs.oracle.com/javase/7/docs/api/java/sql/DriverManager.html#getConnection(java.lang.String)
Did you add the ODBC correct?