Home > Back-end >  The small white questions
The small white questions

Time:01-02

Problems
SQLException: No suitable driver found for JDBC, odbc: TestDB

CodePudding user response:

Did not find database driven class
After jdk8 does not support the odbc driver
Can try through the following link to download a driver package
https://stackoverrun.com/ja/q/8069425
  • Related