Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse - SQL Results view - Print SQLWarnings

In Eclipse, with the help of Data Source Explorer I am able to connect to Sybase successfully. SQL select query results are listed fine.

However, I'm unable to see the output of SQLWarning messages. Eg. Print statements output.

Is there any way to configure the SQL Results view to display SQLWarnings?

[Added on Jun 21, 2018 by TheImpaler]: An important use of SQLWarnings is to display and retrieve execution plans in SAP ASE (ex-Sybase) since it's the only way of getting them through JDBC.

like image 202
Kaymatrix Avatar asked Jan 23 '26 00:01

Kaymatrix


1 Answers

There's no option in Eclipse to show the SQL warnings when running SQL statements. It's probably not yet implemented.

like image 125
Joe DiNottra Avatar answered Jan 24 '26 18:01

Joe DiNottra