I\'m going nuts about how the Sybase JDBC driver handles stored procedures with mixed IN and OUT parameters. Check out this simple stored procedure:
I am trying to get a Connection in the following code and I keep getting an SQLException with the message \"Login failed\" and with the details \"Specified database not found\".
I have a database which is part of a closed system and the end-user of the system would like me to write some reports using the data contains in a Sybase SQL Anywhere Database. The system doesn\'t pro
I\'m calling a stored procedure via ibatis. It works, and has worked, when using the jconn2.jar (5.5). When I swap it out for the jtds jar (1.开发者_JAVA百科2.5) I get an exception \"Invalid SQL state
I created a JCO.table and transformed it into XML using myTable.writeXML (JCO method) now I\'m trying to re-load the XML into a JCO.table and work with t开发者_StackOverflowhe table created from the X