Click here to Skip to main content
15,893,368 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi,
how to store an image into oracle table from c# windows application.
I created a variable called "PHOTO" in a table(in oracle ), and i want to insert an image from c# windows application.
Just tell me the storing code in C# app

Thanks...
Posted

1 solution

Please refer:
Insert /retrieve an image into/ from a blob field in Oracle database using C#.Net[^]
This article will help you to add an image into a blob field of oracle database, This will also help in retrieving the image from the blob field using C#.Net

Save Image/Picture from C# Object into Oracle BLOB[^]
 
Share this answer
 
Comments
sravani.v 21-May-12 7:18am    
I do refer same links. My 5!
Prasad_Kulkarni 21-May-12 7:20am    
Thank you sravani!
anilkumar.6714 23-May-12 21:32pm    
Thank you..sir
Prasad_Kulkarni 2-Jun-12 3:29am    
Glad it helps!
You're welcome..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900