Tag Archives: Convert to Text

How to convert SQL Blob to Text in JavaScript

The problem I was facing was that I had some text in a database stored in an image field (blob data), and I wanted to get at that text in javascript.  After a lot of searching and some experimentation, I … Continue reading

Posted in JavaScript, WScript | Tagged , , , , | Leave a comment