Viewing 3 posts - 1 through 3 (of 3 total)
I love this forum, since I now uses it. You are helping me solving some isues.
Chris, your note I will look in a few days
January 22, 2010 at 7:22 am
#1107320
Thnx Gail,
The field ordernr is unique, so it can't be more then one value.
January 22, 2010 at 5:28 am
#1107251
I changed
update orkrg set refer1 = 'XX' where ordernr = @ordernr
in:
update orkrg set refer1 = 'XX' where ltrim(rtrim(ordernr)) = @ordernr
And now it works, anyway thanks for your comments.
Henk-Jan
January 22, 2010 at 4:52 am
#1107236