> Date: Fri, 9 Mar 2012 13:43:11 +0100 > From: h.rei...@thelounge.net > To: mysql@lists.mysql.com > Subject: Re: A Blob That's a String?? > > where is the difference of "binary" and "string" after fetch it from DB? > the result IS a binary safe string!
However, when I change this line in my code: content = cursor.fetchall()[0][0].tostring() to this: content = cursor.fetchall()[0][0] I get this error: What's frustrating is that this code had worked before. That is why I ask, how do I test that MySQL has uploaded a binary file? TIA, Jack