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...
Mon, 21 Mar, 2022 at 12:58 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 ...
Mon, 15 Feb, 2021 at 9:06 AM
In short, the Sybase default when creating a table column without specifying NULL or NOT NULL seems to differ from the standard behavior where NULL is the d...
Tue, 30 Nov, 2021 at 10:11 AM