CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Storing Image

  1. #1
    Join Date
    Feb 2000
    Posts
    1

    Storing Image

    I want to store a image into the SQL7.0 database with datatype as image/binary.
    How to insert the image and to retrive from the same on VB form.

    Reply soon
    vikram


  2. #2
    Join Date
    Sep 1999
    Location
    Bangalore, India
    Posts
    21

    Re: Storing Image

    Hi,
    I haven't used MSSQL, but when I did the same with Informix, I used the get chunk and put chunk functions of VB. Hope this will help you too.
    Arjun

    Software Engineer
    Bangalore

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