Storing Images into Oracle as Blob From VC++ Or MFC
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi All, I Need Help Regarding The Storing of Images in Oracle as Blob Data Type Using MFC or Visual C++
http://www.codeproject.com/database/caaadoclass1.asp[^] Use the CADORecordset::AppendChunk method. My question for you is what type of database connection are you using? This code is for ADO only and I know Oracle can use ADO. John