| Author |
MySQL Problem !!!
|
Siddharth Bhargava
Ranch Hand
Joined: Feb 23, 2007
Posts: 227
|
|
I am using jdbcTemplate and while getting the value of the User I am getting an exception .... I am attaching my code snippet..... The exception which is coming is as follows: Please tell me the solution to this problem and tell me where i am going wrong.... Thanks in advance ...
|
 |
Bob Good
Ranch Hand
Joined: Jan 09, 2008
Posts: 86
|
|
|
Perhaps the '?' parameter should be ?
|
 |
Siddharth Bhargava
Ranch Hand
Joined: Feb 23, 2007
Posts: 227
|
|
I checked with ? also instead of '?' but its giving problem with it also ...
|
 |
Bob Good
Ranch Hand
Joined: Jan 09, 2008
Posts: 86
|
|
The same exception or a different one? Please post it... You old one was this: Parameter index out of range (1 > number of parameters, which is 0). [ February 01, 2008: Message edited by: Bob Good ]
|
 |
 |
|
|
subject: MySQL Problem !!!
|
|
|