CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2002
    Posts
    16

    Unhappy accessing SQL image data type

    I'm trying to add picture file to SQL image data type column. The image data type is actually storing binary object. I heard of BLOB. But don't know how to do that.

    I have tried using ADO.stream method to load image to SQL column, or to read the binary file from the column. But somehow the sample source code I got does not work.

    Anyone got anything to share with me? Thanks.

  2. #2
    Join Date
    Apr 2002
    Location
    Melbourne, Victoria, Australia
    Posts
    1,792
    Take a look at this thread where I've posted some code that deals with 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