![]() |
17 KB
|
285 KB
|
517 KB
|
9 KB
|
57 KB
|
101 KB
|
171 KB
|
179 KB
|
54 KB
|
48 KB
|
83 KB
The error in your screenshot states : UnsupportedClassVersionError. This is occurring b/c you are running jre 1.7 when performing your test. In ADS v18, we are compiling our code w/ jdk 1.8. So you must run jre 1.8 in order to perform a valid test.
Try your test again using the latest ADS v18 build. Run using the ".exe" or datastudio-bundled.bat. If you run using datastudio.bat, then the jre installed in your system path is used. If the jre installed in your system path < 1.8, then you will not be able to run ADS.
Observation :
Is this an expected behavior ?
Observation :
Is this an expected behavior ?
@abhishek: can you try w/ another ODBC driver such as PostgreSQL or MS Excel or MS Access
We also have documentation for how this process works:
https://www.aquaclusters.com/app/home/project/public/aquadatastudio/wikibook/Documentation18/page/111/Generic-ODBC
@abhishek: can you try w/ another ODBC driver such as PostgreSQL or MS Excel or MS Access
We also have documentation for how this process works:
https://www.aquaclusters.com/app/home/project/public/aquadatastudio/wikibook/Documentation18/page/111/Generic-ODBC
Verified and closed in v18.0.0-rc-23
Verified for Oracle db & Postgres Sql db.
Please refer to the below screenshot :
Oracle db :Oracle-ODBC.png
Postgres db :Postgres-ODBC.png
Verified and closed in v18.0.0-rc-23
Verified for Oracle db & Postgres Sql db.
Please refer to the below screenshot :
Oracle db :Oracle-ODBC.png
Postgres db :Postgres-ODBC.png
Issue #14210 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build ADS 18.0.0-alpha-11 |
No time estimate |
2 issue links |
relates to #13279
Issue #13279Extend JDBC - ODBC Bridge Approach to other ODBC connections |
relates to #13141
Issue #13141Integrate JDBC - ODBC Bridge Approach defined by Emilian |
The error in your screenshot states : UnsupportedClassVersionError. This is occurring b/c you are running jre 1.7 when performing your test. In ADS v18, we are compiling our code w/ jdk 1.8. So you must run jre 1.8 in order to perform a valid test.
Try your test again using the latest ADS v18 build. Run using the ".exe" or datastudio-bundled.bat. If you run using datastudio.bat, then the jre installed in your system path is used. If the jre installed in your system path < 1.8, then you will not be able to run ADS.