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

    Save picture to SQL from Picture Box

    How can I save picture to SQL from Picture Box?


  2. #2
    Join Date
    Jun 2001
    Location
    Sri Lanka
    Posts
    272

    Re: Save picture to SQL from Picture Box

    Have a look at GetChunk & PutChunk in MSDN
    Srinika

    If u don't know how to Rate an answer, then Rate my answer to learn, If u know, then practice it

  3. #3
    Join Date
    Jun 2001
    Location
    Sri Lanka
    Posts
    272

    Re: Save picture to SQL from Picture Box

    Sorry for the earlier answer

    It is not PutChunk but AppendChunk
    Search in MSDN for "AppendChunk and GetChunk Methods Example (VB)" (with the quotations
    Srinika


    If u don't know how to Rate an answer, then Rate my answer to learn, If u know, then practice it

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