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

    Yes, I do NOT know about ODBC, DAO, ADO, OLE DB.. which is the short way ..

    I use in NT4 with SQL Server 6.5 that
    just for storing zounds of bitmap files.
    I was poor at Database programming.
    How can I add or remove bitmap files stored in SQL Server ?
    And which is the shortest way to solve this thing?

    I founded many articles about handling SQL Server
    with MFC.
    but those are all too large to use for me.
    and I cannot founded about handling image data.

    I am so confused about variaty ways of database
    programming..
    May I have some helps?



  2. #2
    Join Date
    May 1999
    Posts
    3

    Use Image data without bound.

    I stored lots of image uses bound field.
    I confirmed images just now use with MS utils
    what I stored in SQL Server.
    those are has right BMP header so I thought
    write images to server is done well.
    but this time I cannot load images still yet.
    I met out of memory errors when I moved
    recordset pointer to first.
    m_pSet->MoveFirset()

    how can I confirm the image read from server?
    MFC bound LongBinary for reading the image.
    there is no problem ?



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