Hsqldb version issue: Client driver version greater than . is required

后端 未结 1 1074
旧时难觅i
旧时难觅i 2021-01-21 21:25

I am getting following error in my hsqldb server.

[Server@85ede7b]: [Thread[HSQLDB Connection @17bf2dab,5,HSQLDB Connections @85ede7b]]: 0:Failed to connect client. Sta

相关标签:
1条回答
  • 2021-01-21 22:21

    You are attempting to connect to a HSQLDB server but you are not using the HSQLDB version 2.3.2 jar on the client side. Check the jar is the same. Your connection url should also start with jdbc:hsqldb:hsql:.

    The error also happens when you connect to HSQLDB server from software programs that are not related to HSQLDB, for example a web browser.

    0 讨论(0)
提交回复
热议问题