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

    Save and retrieve Image using SQL Server and ADO

    Can anybody show me sample code that will help me
    1- store an image display in an vb6 form in a table created in SQL Server 6.5 (sample of ADO and SQL Server code)
    2- Retrieve this same from SQL Server 6.5 and display it in a picture box in a vb6 form (sample of ADO and SQL Server code)




  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: Save and retrieve Image using SQL Server and ADO


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