----- Original Message -----
From: "Carlos H. Cantu"
> This reminds me about the discussion about FAT varchars. Did someone
> could verify that the varchars are really being transfered right
> trimmed trought the network ?
>
Apparently not only is it sent in full length, but the buffer is not
cleared.
select first 5 name from personel;
isql result:
NAME
===============
observe the length is written (08, 08, 05, 05, 06) but is not blank
padded, instead the last name is left there.
BACSO is BACSOLOS (last 3 chars are from ASZTALOS)