Sybase ASE
The jTDS driver cannot display any showplan produced by Sybase ASE. The workaround is to use the jConnect JDBC driver.
Wed, 12 Jul, 2017 at 7:58 PM
I get the following when connecting to Sybase ASE with the JConnect driver:
JZ006: Caught IOException: java.io.IOException:
JZ0I6: An error occured co...
Wed, 12 Jul, 2017 at 7:59 PM
Password encryption is not supported by the bundled jTDS driver so you must instead download and configure the jConnect driver with DbVisualizer first. Ple...
Wed, 22 May, 2024 at 1:11 PM
If using the jTDS driver and having two identically named tables in different databases, any edits made in both tables shows up only in one of them. This ...
Wed, 12 Jul, 2017 at 8:00 PM
To connect using SSL you need to add the server's certificate in a truststore, either the standard Java store or one that you create yourself. You also ...
Wed, 22 May, 2024 at 1:22 PM
In short, Sybase ASE default when creating a table column without specifying NULL or NOT NULL seems to differ from the standard behavior where NULL is the d...
Wed, 22 May, 2024 at 1:28 PM