sybase 的jdbc就是落后的了,事务里不能包括存储过程。
还有:从sybase jdbc 5.5的jconn2.jar 源代码可以看出:
SybResultSet.class
public Clob getClob(int i)  throws SQLException
    {
        Debug.notSupported(this, "getClob(int)");
        return null;
    } public void updateString(int i, String s)  throws SQLException
    {
        ErrorMessage.raiseError("JZ0BT", "updateString(int, String)", _concurTypeString);
    }不支持BLOB、CLOB对象(text、image)
不支持记录集的更新updateXXX()我已经被sybase的jdbc气死。