henkya Posted November 18, 2003 Posted November 18, 2003 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 Quote
Moderators Robby Posted November 19, 2003 Moderators Posted November 19, 2003 This sample http://www.codeproject.com/aspnet/fileupload.asp deals with uploading images from your hard disk to MS Access, since you may already have the image in a stream, I'm sure you'll figure it out. Quote Visit...Bassic Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.