ibatis « sybase « Java Database Q&A





1. "Invalid SQL statement or JDBC escape, terminating '}' not found." with jTDS and Sybase    stackoverflow.com

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.2.5) I get an exception ...

2. iBatis mapping: map a string field into a List    stackoverflow.com

is it possible to map a string field with a particular format like: aaa,bbb,ccc,ddd into a List having elements [aaa, bbb, ccc, ddd] using iBatis? What I need is to have in my model ...

3. Creating a Java project that uses myBatis and Sybase Database    stackoverflow.com

Could someone please show me where to go for some decent tutorials for setting up ibatis using a sybase database. There seems to be very little information out there on this ...