H hasl New member Joined Dec 28, 2005 Messages 1 Programming Experience 1-3 Dec 28, 2005 #1 Hi All, I have an old ms access database that one of its fields is OLE Object that has pictures in it. How can I convert the picture stored in the ole object to a regular picture (jpeg, gif or whatever) Thank's
Hi All, I have an old ms access database that one of its fields is OLE Object that has pictures in it. How can I convert the picture stored in the ole object to a regular picture (jpeg, gif or whatever) Thank's
JohnH VB.NET Forum Moderator Staff member Joined Dec 17, 2005 Messages 15,841 Location Norway Programming Experience 10+ Dec 31, 2005 #2 I think this article with code examples will be useful to you, it use the System.Data.OleDb namespace to put/get ole images in Access DB: http://www.vbdotnetheaven.com/Code/Sept2003/2175.asp Upvote 0 Downvote
I think this article with code examples will be useful to you, it use the System.Data.OleDb namespace to put/get ole images in Access DB: http://www.vbdotnetheaven.com/Code/Sept2003/2175.asp