Unregistered
March 27, 2002, 02:24:39
I'm looking for more examples on using the text control to transfer data between asp and sql server. I'd like to store the contents of the control, both text and pictures into a binary field in sql server. One of the methods in the supplied examples is:
ba = StrConv(s, vbFromUnicode)
objTX.LoadFromMemory ba, 5, false
Is there a work-around for this method in ASP, since the strConv function isn't supported in vbscript or asp?
This message was originally posted by David in the old IC Imaging Control Support Forum.
ba = StrConv(s, vbFromUnicode)
objTX.LoadFromMemory ba, 5, false
Is there a work-around for this method in ASP, since the strConv function isn't supported in vbscript or asp?
This message was originally posted by David in the old IC Imaging Control Support Forum.