My Environment:
ODAC 5.70
Delphi 5
Oracle 10G
Hi,
I am wew to this forum.
I am having a small problem -
I am updating a table column with a value of space
but the value is being truncated to ''.
To update the table I am simply using the following code ...
TbF0911Z1.Append;
TbF0911Z1VNPOST.Value := ' ';
TbF0911Z1.Post;
Running a sql statement in SQLPLUS gives me the results that I woudl expect. This rules out that the problem is with the database.
update F0911Z1
set VNPOST = ' '
where VNEDUS = 'ERBOS'
Any one have any ideas what the problem is ??
Regards
Shay
Space truncated while updating using OraTable
-
- Devart Team
- Posts: 925
- Joined: Thu 17 Nov 2005 10:53