SQuirreL does not show any data in the Contents Tab using Sybase SQL Anywhere 5.5.04 connected via JDBC-ODBC-Bridge (32bit) on Windows.
Furthermore, the ColumnsTab ist empty as well.
By debugging I discovered that SQuirreL tries to get the metadata for defaultValue, octetLength, ordinalPosition ans isNullable. Access to corresponding data within the Metadata causes Exceptions which are swallowed by a finally-clause and not caught.
For testing purposes I created a patch. It suppresses access to the metadata-fields, causing the problem. The patch does only apply for a Database of Dialect-Sybase.
With this comment I enclose the second Patch-File.
May I ask you to consider applying the patch or other means of solving the problem to actually display data on the Contents- and Columns-Tab for Sybase SQL Anywhere 5.5.04?
Thanks a lot,
Thomas