Tag Archive for "jdbc" tag

JTOpen: Open source OS/400 and i5/OS drivers

March 10th, 2008 by stevi | 0

My most recent project required me to use JDBC to connect to the database server on an OS/400 server. I had a heck of a time finding drivers, going around and around again on IBM’s site. The client probably had the drivers, but they were relying on us to tell them what went where and [...]

Processing Stored Procedure result sets in Spring

March 8th, 2008 by stevi | 6 comments

Recently, I was using Spring’s JDBCTemplate for my Data Access Layer (DAL). I had a stored procedure that returned a result set, and had to spend quite a bit of search time finding an example of how to process it.
I managed to work it out using both the method of overriding Spring’s StoredProcedure and using [...]