CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2007
    Location
    Bangalore
    Posts
    35

    Question Adding Image to Ms-Access 2003

    Hai,
    I want to add a jpg or gif image from vb.net 2005 picture box to ms-access 2003. Is it possible to add image like that?
    G.Manivannan, M.Sc.,[IT]

  2. #2
    Join Date
    Jun 2004
    Location
    Kashmir, India
    Posts
    6,808

    Re: Adding Image to Ms-Access 2003

    Read the image into a Byte Stream and store the ByteStream into the database field. And then while reading back from database use FromStarem method to display the image.
    Last edited by Shuja Ali; July 12th, 2007 at 06:37 AM.

  3. #3
    Join Date
    Oct 2005
    Location
    Islamabad, Pakistan
    Posts
    1,277

    Re: Adding Image to Ms-Access 2003


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