|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Informix JDBC problem
I'm using Informix JDBC (both 2.21JC6 and 3.0JC1) and VARCHAR fields causing me some pain. It seems like the getString() return the value with trailing spaces to match the max length of the column. When I do "select x,length(x) from test" I get x as 'a ' and length as 1... Any one knows something about it?!
|
|
#2
|
|||
|
|||
|
varchar problem too
Hello!
I'm having trouble with varchar too. In my database, I have a table with varchar(250). When I use IBExpert to query the table, the value returned is correct. But when I use jdbc to query, it takes me only the first 100 characters. In the past, the field type was varchar(100). But I changed it to varchar(250), restarted service, computer, eclipse, but it still doesn't work. Do you have a solution? Regards, Bogdan |
![]() |
| Viewing: Dev Shed Forums > Databases > DB2 Development > Informix JDBC problem |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|