Trunc last blank
Posted: Fri 26 May 2006 07:25
Hello.
I have a varchar column in my table:
table1, column1 (varchar).
When I execute the following sql:
DataSet.Add('Insert into Table1 (Column1) values (:Param1)')
with
Param1 := 'A ';
a new row in Table1 contains 'A' - without last blank ' '
When I make update - all is ok.
Is this a bug?
I have a varchar column in my table:
table1, column1 (varchar).
When I execute the following sql:
DataSet.Add('Insert into Table1 (Column1) values (:Param1)')
with
Param1 := 'A ';
a new row in Table1 contains 'A' - without last blank ' '
When I make update - all is ok.
Is this a bug?