I have to store images in database. I have a table which contains field picture which is an image.
How can I do this using C# ?
In Visual Studio .NET i found a code how to obtain BLOB values from the database but I do not know how to do upload an image to the database.
Thanks in advance for your help.
RafiIf you go to theData Access forum and search for BLOB you should be able to find the information you need.
Terri|||Thank you for information. I think I found there everything I needed
No comments:
Post a Comment