I got stuck with a project that requires me to use ASP and Interbase 6. I'm most versatile with PHP. So, here's a question:
Data is retrieved from an ADODB recordset. I can display all field values except those that return type=205, and I already know that's a BLOB.
So I hunted for binary->string conversion functions, but no result with those. I used getChunk() etc., no luck.
I am able to print out the content to the browser using the response.binarywrite method, but I need the damn thing in a string variable. Any enlightening thoughts are welcome.
Data is retrieved from an ADODB recordset. I can display all field values except those that return type=205, and I already know that's a BLOB.
So I hunted for binary->string conversion functions, but no result with those. I used getChunk() etc., no luck.
I am able to print out the content to the browser using the response.binarywrite method, but I need the damn thing in a string variable. Any enlightening thoughts are welcome.