R
Rene
Hi,
I'm reading a table with fields of varchar type and the
DataReader["MyField"].ToString returns the field padded with spaces upto the
maximum length. In QA select len(MyField) returns a different length for
each field and for sure I ran an update with RTRIM() for each row.
I'm using SqlDataReader.
TIA,
Rene
I'm reading a table with fields of varchar type and the
DataReader["MyField"].ToString returns the field padded with spaces upto the
maximum length. In QA select len(MyField) returns a different length for
each field and for sure I ran an update with RTRIM() for each row.
I'm using SqlDataReader.
TIA,
Rene