Hi All,
I have an xml file which is stored in an "image" column in an MSSQL database. This field is being set by a java program i do not have access to. I have been told its just a standard Java "blob" object.
Is there anyway for me to read this field from the db in .NET and decode it into a readable string?
I have close to no Java knowledge but signigicant .NET knowledge if that helps.
Thanks