Exception e) {
System.out.println(e.getLocalizedMessage());
}
}
public static void main(String[] args){
OracleJDBCTest.TestCursorViaGetObject();
OracleJDBCTest.TestCursorViaGetResultSet();
}
}
From: Ken Katsma <[EMAIL PROTECTED]>
Reply-To: Ken Katsma <[EMAIL PROTECTED]>
T
Graham,
Oracle doesn't support the getResultSet call in it's JDBC
drivers. Though it does appear to be a step in the right
direction :)
Ken
On 5/16/05, Graham Cruickshanks <[EMAIL PROTECTED]> wrote:
Hi Clinton,Great news on the 2.1.0 release. I see in the change log "Changed SQLexecutor to alway
Hi Clinton,
Great news on the 2.1.0 release. I see in the change log "Changed SQL
executor to always call .execute instead of .executeQuery and
.executeUpdate", does this address bug IBATIS-53?
Cheers
Graham
From: Clinton Begin <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: ibatis-dev@incu
3 matches
Mail list logo