Thanks for your really quick reply Andreas.
Sorry, queryForList() works fine.
Is there any way of fetching a single value & not bothering about the exception?
Type: Posts; User: HashirAhmed; Keyword(s):
Thanks for your really quick reply Andreas.
Sorry, queryForList() works fine.
Is there any way of fetching a single value & not bothering about the exception?
Hello,
I am using JDBCTemplate for my DAO layer & I'm facing the following problem:
when I run a select query using quertForList(), queryForInt(); etc. which does not returns a row I get the...
Thanks irbouho,
It solved my problem.
Keep up the good work.
Hashir Ahmed
Hello,
I'm using Struts 1.2 & have developed a plugin for my application which stores some objects in application scope.
These objects are fetched from database (DAO pattern) by using the...