Eric Smith wrote:
OK, I'll bet you guys get a lot of this one, but I can't seem to find
the answer in the archives.
I have binary data that I want to store in a longblob. This is just
byte data null bytes are possible. So, I use mysql_real_query. How
do I format the char* query string?
OK, I'll bet you guys get a lot of this one, but I can't seem to find
the answer in the archives.
I have binary data that I want to store in a longblob. This is just
byte data null bytes are possible. So, I use mysql_real_query.
How do I format the char* query string?
Here's the wa