Hi,
When I use System.Data.OleDB or Oracle.DataAccess.Client I'm able to insert image into Oracle DB. But when I use System.Data.oracleClient its gives error. Is there any difference between the three types of data access? If so how to resolve ths issue using System.Data.oracleclient
I want to store the image itself and not the path.
Thank you.