From: Daniel H. <my...@gm...> - 2006-12-19 13:56:56
|
Hello all. I=E2=80=99m using Firebird .NET Provider 1.7, fembedded.dll and Visual Basi= c=20 Express 2005, and I have the following problem: I use a datagrid to show=20 the content of my datatables (datagridview <> fbdataadapter <>=20 fbconnection) =E2=80=93 and the values in the fields of the datagrid get=20 filled up with whitespaces. Example: Table =E2=80=9Ccars=E2=80=9D ID | NAME | COLOR 1 FORD RED 2 GOLF GREEN 3 JETTA YELLOW ID =E2=80=93 unique, primary, int NAME =E2=80=93 char(100) COLOR =E2=80=93 char(20) The values of the table are shown correctly in the DGV but with=20 whitespaces after the text, so =E2=80=9CFORD=E2=80=9D is shown as=20 =E2=80=9CFORD = =E2=80=9C. Does someone have an idea why this happens? Thank you! Regards, Daniel |