Link to home
Start Free TrialLog in
Avatar of MHQ
MHQ

asked on

Retrieving Binary data from a database using ASP

I have information stored in a table with the coloumn set to binary data. What I need to know is how to retrieve it and print it on an ASP page. I have tried the response.BinaryWrite with no result. What should I do?
The binary data is URL encoded. Is there any funktion in ASp for URLDecoding?
Avatar of MHQ
MHQ

ASKER

I can extract almost all data using a simpe <% = database("text") %> It is still URL encoded though. And, for some reason, I ca'nt retrieve two of the fields.
Avatar of MHQ

ASKER

Don't bother about the two fields, found THAT error...
ASKER CERTIFIED SOLUTION
Avatar of sybe
sybe

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of MHQ

ASKER

That did the trick. I apreciate the help!