Hi
I 'm working on a C# project that involves creating and manipulating a bitmap Image object and saving the created image into a file. I am done with that part.
Right now I am working on trying to save the Image Object created directly into a Database file (I'm using Access Database).
I don't have much background in programming in .Net, but Iam just wondering if there's anyway in saving the Image object into an access database directly. (and also retreiving it)
I know that C# can connect to the databse using ADO.Net oledb and so far all the examples that I found only deal with text data (i.e name, address etc.
Any help would be greatly appreciated.
Henky
I 'm working on a C# project that involves creating and manipulating a bitmap Image object and saving the created image into a file. I am done with that part.
Right now I am working on trying to save the Image Object created directly into a Database file (I'm using Access Database).
I don't have much background in programming in .Net, but Iam just wondering if there's anyway in saving the Image object into an access database directly. (and also retreiving it)
I know that C# can connect to the databse using ADO.Net oledb and so far all the examples that I found only deal with text data (i.e name, address etc.
Any help would be greatly appreciated.
Henky