No data sources are configured to run this SQL

后端 未结 3 1530
甜味超标
甜味超标 2021-02-07 15:00

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

3条回答
  •  孤独总比滥情好
    2021-02-07 15:37

    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?

提交回复
热议问题