Trailing spaces in char fields with ADO.Net and OleDB
I use the ado.net IdxConnection to connect to an informix database.
Unfortunately every field of type char in the dataset has trailing blanks.
How can I get rid of them?
(In DbExpress (Borland Delphi) I could put "trim char" in the
connectionstring.)
|