teddybear
22nd May 2009, 10:39
Hi there,

I have a field in baan table that storing data like "\\Plastic bag".

In the program script, I have a SQL selecting this field. In the debugging mode, I notice the return value of the SQL statement of this filed is "\\\\Plastic bag"

May I know why there are 2 extra backslash in the field ?

Many thanks in advance.

george7a
22nd May 2009, 14:01
Hi,

I think it is a bug in the debugger. A slash will be presented as a double slash! I got used to it...

- George

Marioth
22nd May 2009, 14:11
George,

I tried to do the same but in my debugger it shows "normal".

george7a
22nd May 2009, 14:57
A bug in our debugger then! it looks like it was fixed...

teddybear
25th May 2009, 07:59
Thanks Marioth and george7a.

I did a little test and confirm that the error is surfaced only when using the debugger. When the script is not in debugging mode, the code works well.