Matlab encountered JDBC Driver Error when connecting to postgreSQL database

9 ビュー (過去 30 日間)
Yushan
Yushan 2020 年 4 月 14 日
回答済み: Oleksiy 2020 年 9 月 25 日
Does anyone know how to solve this?
When I use Matlab's database explorer app to connect to a postgreSQL database, I encounter a JDBC Driver Error warning, telling me that the syntax is wrong, but I have no way to modify the syntax (?) No matter which data I choose, it is displayed like this. I do n’t know what went wrong
If you can solve my problem, thank you very much

回答 (1 件)

Oleksiy
Oleksiy 2020 年 9 月 25 日
Seems that Matlab does not use correct syntaxis for Posgres
puting quotation markes helped me: "admissions"
Also I do not use cathalogue name, onle schema which is empty in your case.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by