Re: IBATIS issue while using Oracle stored proc returning output cursor with null column

2009-08-31 Thread Jason King
Sankar, You might want to try select first_name firstname, last_name lastname , '' as designation from employee In Oracle the empty string '' is also null. My suspicion is the problem here is the Oracle jdbc driver not knowing what the designation column's datatype is, is setting up somethin

IBATIS issue while using Oracle stored proc returning output cursor with null column

2009-08-31 Thread Sankar Reddy
-using-Oracle-stored-proc-returning--output-cursor-with-null-column-tp25225848p25225848.html Sent from the iBATIS - User - Java mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-java-unsubscr...@ibatis.apache.org For