jconnect
Sybase IN and OUT parameters
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:[详细]
2023-03-02 05:36 分类:问答Getting a Connection with DBCP via the Sybase Jconnect JDBC driver
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\".[详细]
2023-01-06 06:56 分类:问答Sybase SQLAnywhere jConnect routines?
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[详细]
2022-12-27 04:33 分类:问答"Invalid SQL statement or JDBC escape, terminating '}' not found." with jTDS and Sybase
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[详细]
2022-12-26 22:54 分类:问答using readXML into a JCO.table after the XML was created using JCO
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[详细]
2022-12-20 21:26 分类:问答