CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 1999
    Location
    Florida
    Posts
    1

    How can I display an OLE ojbect from a DB on a form

    For my Senior design project, we have set up a database which stores student data, including their picture. The picture is stored as an OLE object. How can I display the picture? I've been able to display all of the text information, but not the picture. I'm using Access 97 and using DAO to get the data.

    Thanks


  2. #2
    Join Date
    May 2000
    Posts
    16

    Re: How can I display an OLE ojbect from a DB on a form

    Hi,
    To display the ole, you have to insert image.

    Nico


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured