J
Jacek Jurkowski
Im using table adapter to retrieve some data
from clients table (Vs.Net 2005). There is
a column "Name" char(50) with value "Mark".
Table adapter is filling a data table but the value
isn't just "Mark" but "Mark"+46 white spaces ...
How to specify that ADO net should parse string
values with Trim() executed on that?
from clients table (Vs.Net 2005). There is
a column "Name" char(50) with value "Mark".
Table adapter is filling a data table but the value
isn't just "Mark" but "Mark"+46 white spaces ...
How to specify that ADO net should parse string
values with Trim() executed on that?