carbonaria
User
 Fresh Boarder
| Posts: 1 |   | Karma: 0 |
|
storing the character { into a field.
|
|
Posted: 2008/06/07 10:53 |
|
|
|
|
I have tried to find it on the forum, but couldn't find it. Sorry if I missed it. Compliments for the product and the support.
Now to my question:
I have textfields in mysql where the character { is part of the string. For example, field user, contains the name "carbonaria{france}".
If I do a selection with anydac and mysql f.i. select * from users where nick="carbonaria{france}" anydac returns the failure [ANYDAC][Phys]-324. Unknown escape sequence[]
I know that the characters {} are meant to be used with macro processing. But I have to store these characters {} just into a field. Is there someway to escape them, like /{ or can I disable the macro function? Your answer would really be appreciated.
regards Carbonaria
|
|