cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

How to get java.sql.Connection object by code?

AntonBagryanov
3-Visitor

How to get java.sql.Connection object by code?

Hi to all!

I need to get Connection object from Spring. Anybody know how to do it?

Thanks!

1 ACCEPTED SOLUTION

Accepted Solutions

Thanks, Lori. The reference below give good information of how to use JdbcTemplate object.

Spring JdbcTemplate Querying examples

View solution in original post

2 REPLIES 2
LoriSood
22-Sapphire II
(To:AntonBagryanov)

Anton, were you able to figure this out? I did a quick Google search and came across this and thought it might be helpful just in case:

http://stackoverflow.com/questions/25328155/getting-java-sql-connection-from-spring-jdbc-getjdbctemplate

Thanks, Lori. The reference below give good information of how to use JdbcTemplate object.

Spring JdbcTemplate Querying examples

Top Tags