R
robert.bull
Hello -
I am currently working on a project in classic ASP where I receive an
XML file that contains an encoded base64 string that I need to do the
following to:
1. Decode the base64 string for a binary write
2. Insert the decoded string into SQL Server for later binary writes
I have searched the web but I cannot find anything that works. There
are many decode functions available but I cannot insert the results
into SQL server.
Thanks in advance for any help.
-Rob
I am currently working on a project in classic ASP where I receive an
XML file that contains an encoded base64 string that I need to do the
following to:
1. Decode the base64 string for a binary write
2. Insert the decoded string into SQL Server for later binary writes
I have searched the web but I cannot find anything that works. There
are many decode functions available but I cannot insert the results
into SQL server.
Thanks in advance for any help.
-Rob