When working with BLOB attributes, the content I set is not being stored as-is (I assume due to SQL injection protection). This becomes problematic when retrieving the binary data for output; it is corrupt due to whatever extra escaping characters were put in. How do I get around this?
Kien LaSun Dec 12 18:56:52 -0500 2010
Is it binary data that you are trying to store?
Jasper TeySun Dec 12 19:34:04 -0500 2010
During my tests, I had tried PDF and a Word doc; are those binary per se?
Subject: Issues with BLOB attributes
When working with BLOB attributes, the content I set is not being stored as-is (I assume due to SQL injection protection). This becomes problematic when retrieving the binary data for output; it is corrupt due to whatever extra escaping characters were put in. How do I get around this?