Link to home
Start Free TrialLog in
Avatar of JESSEMORALES
JESSEMORALESFlag for United States of America

asked on

convert oracle blob to C# strring

Oracle database has records with a blob column, trying to convert blob to string in C# besides looping thru byte array and converting element to char and add to string
ASKER CERTIFIED SOLUTION
Avatar of crazyman
crazyman
Flag of United Kingdom of Great Britain and Northern Ireland image

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 JESSEMORALES

ASKER

much apperciated