On Tue, 2008-07-08 at 10:37 -0700, Warren Bell wrote: > Can somebody recommend a Sybase SQL Anywhere 8 JDBC drier that works > well with Ibatis? I have had problems with Sybase drivers that do not > allow me to do certain things. I have resorted to an ODBC driver, but it > has limitations too.
Have you tried: http://jtds.sourceforge.net/ The only problem I have found with jtds is with select @@identity always returning 0. Maybe test that yourself.
