View Single Post
  #1  
Old February 13th 08, 07:48 PM posted to microsoft.public.outlook.program_vba
Philippe Requilé
external usenet poster
 
Posts: 1
Default 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.)


Ads