> > For example,
> >
> > public class MyTransactionManager extends JdbcTransaction {
> >
> > @Override
> > public Connection getConnection() throws SQLException,
> > TransactionException {
> > Connection conn = super.getConnection();
> > S
Hi All,
I'm trying to adapt an existing application running with ibatis, to work
with sybase.
To write the sqlpmaps, I've just rewrited the SQL server 2000 ones, and just
worked ok. The tests were done with Sybase ASA 9.x (the "enterprie
version").
The problem begins when trying to get it workin