| Author |
Problem in sending long value to bigint parameter of stored procedure from java
|
Zainab Haf
Greenhorn
Joined: Sep 17, 2012
Posts: 11
|
|
I am sending long datatype value from java to bigint parameter of stored procedure of sqlserver. I am using spring for datasource/jdbctemplate.
In Console:
INFO: checking value of long: 1231231234560
Here is the error i get after printing serviceNo:
I do get fine results if i change datatype of serviceNo to integer but it will be restricting since i want search on basis on bigger values also which will exceed the integer limit.
Kindly hep me in here as i am unable to understand why am i getting this error of varchar
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14480
|
|
|
But how does this relate to JavaServer Faces? If you need Sping JDBC help, the experts on that topic hang out in the Spring forum, not here.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
Zainab Haf
Greenhorn
Joined: Sep 17, 2012
Posts: 11
|
|
Ok.
Solved the problem.
|
 |
 |
|
|
subject: Problem in sending long value to bigint parameter of stored procedure from java
|
|
|