storage of images into oracle database as blob using vc++.net or ADO.net
-
It's for Sql Server but maybe it will help http://www.codeproject.com/cs/database/albumviewer.asp[^]
-
It's for Sql Server but maybe it will help http://www.codeproject.com/cs/database/albumviewer.asp[^]
hi Mark, Thanks For Replying. Really I check That Article.It is Storing Images in C Sharp I want To Store Images in Oracle Database Using VC++.Net I am VC++ Progrmmar. I am Unable To Store The Images IN Oracle Database Using VC++ 5.0 So I need To Know and Conform From any Dot.Net Programmars That Through VC++.Net Or VB.Net WE can Store Images.Then I Can Recommend Company To Buy VC++.Net Or Related.
-
hi Mark, Thanks For Replying. Really I check That Article.It is Storing Images in C Sharp I want To Store Images in Oracle Database Using VC++.Net I am VC++ Progrmmar. I am Unable To Store The Images IN Oracle Database Using VC++ 5.0 So I need To Know and Conform From any Dot.Net Programmars That Through VC++.Net Or VB.Net WE can Store Images.Then I Can Recommend Company To Buy VC++.Net Or Related.
Just because it was written in C# doesn't change the underlying techniques. Create a file stream, read the the image bytes into the steam, assign stream to store procedure variable, execute the procedure.