Michael
Joined: 25 Nov 2003 Posts: 3
|
Posted: Thu Mar 25, 2004 1:31 pm Post subject: Reading varchar field > 256 chars |
|
|
Hi,
when I read a varchar(4000) field the string content is truncated to 256 characters. I'm sure I'm missing some obvious parameter or so. What's wrong?
The string in question is definitely longer (can see it with isql), and I don't have problems writing strings longer than 256.
I'm using dbexpsyb to access ASE 12.5 in Delphi 7 with TSQLDataSet. The fields are created dynamically.
TIA,
-Michael |
|