I believe this is a known problem, see this post in our forums:
http://www.mygenerationsoftware.com/phpbb2/viewtopic.php?t=1335
We have a free MySql Architecture for .NET and others have ran into this
very issue ...
Hey all,
I've got a weird problem with statements failing to execute with an error.
The statement is :
UPDATE INV_Value SET Quantity = Quantity + 2 WHERE ID = 156 AND Type =
'ORD'
^ after the space, before the 2
The character shows up in the error as well as vs.net as one of the little
un-renderable squares and is an 0x01 character.
The statement is generated with parameters, so I have no idea where it is
coming from.
The statement that I send to the mysql helper is as follows
UPDATE INV_Value SET Quantity = Quantity + ?qty WHERE ID = ?id AND Type =
?typ
The ?qty parameter is a decimal value. And it seems perfectly valid.
Any help would be greatly appreciated,
Thanks,
Andrew.