Hi
I have a java.sql.Connection that I obtained from JDO (kodo) and want to use it to do plain jdbc stuff. Can I get spring (-dao) to make life easier? I don't want to mess around with Statements, closing them at the right time...etc.
I see that JDBCTemplate needs a DataSource. Is it possible to somehow use it if all I have is the Connection?
Thanks in advance
Srini
