Hi,
> > I've got some problems inserting binary data into blob fields.
> The data is
> > correctly escaped ( \0, \", \', \\ ) and no matter if I'm using
> a script API
> > (PHP) or the MySQL client: Inserting stops at the first escaped
> character.
>
> How are you escaping the binary fields? Are you using
> mysql_escape_string(),
> or are you doing it yourself? Could you post the relevent piece of code?
In PHP I use addslashes() which escapes quotes, nuls and backslashes as
shown above.
Bye, Jan!