
March 13th, 2004, 03:57 AM
|
|
Registered User
|
|
Join Date: Sep 2003
Posts: 17
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
problem in datatype conversion from frontend to backend
Hi all
From the front end ( jsp) i am passing a string parameter which has comma seperated primarykeys and i am using this string in writing a query and ia m saying there IN (string) but this is giving me
ORA-01722: invalid number error.
For example from jsp i am passing a string called ebcnIds=2222,2223
and in my backend ia m executing query which is having
EBCN_ID IN (ebcnIds) where EBCN_ID is my primarykey in the table of type NUMBER ..
Can any one help me in this regard???
Regards
Sreenath
|