Hi!
I wrote a Java program that has a connection to a Lotus Notes database.
I need to retrieve the value of one specific field in a form. This field is defined as a text field. When I retrieve this value from the ResultSet, I receive a String that's only 256 characters in length (that is, it seems that the string is truncated to that length).
Is there any way I could receive the whole string, no matter how long it is? A code sample would be greatly appreciated.
Thanks in advance! :D
Melissa
Software/Hardware used:
ASKED:
October 12, 2006 2:54 PM
UPDATED:
October 12, 2006 5:50 PM