Hi,
I am accessing the database through java and I have a very long parameter value for the IN clause. ( 256 characters)
Select A from B where C IN (a,b,c,d,e,f,g,..........256charaters long)
It always gives me a String data right truncation.
Is tehre anyway i can increase this maximum length?
Database : DB2
Version : 7.2.X
Any info is greatly appreciated
Cheers
brat