storing image into oracle database using vb.net winforms

pmk2000

Member
Joined
Mar 31, 2005
Messages
6
Programming Experience
1-3
hi friends,

how to store image into oracle database using ODP.NET AND OLEDB.NET

help me

thanx in advance
 
I think you need to convert the image into a byte array and then pass that to the database. Storing it in the database as bytes
 
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.
 
Back
Top