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 in SQL Server 6.5 using ADO

    Can anybody show me sample code of ADO and SQL Server 6.5 that will help me:

    1- Store an image displayed in an image control on a form in vb6 in a table in SQL Server that has an image field (sample of ADO code and SQL Server code)

    2- Retrieve this same image from the SQL Server table and display it in the image control on the vb6 form (sample of ADO code and SQL Server code)


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

    Re: Save and Retrieve image in SQL Server 6.5 using ADO

    check this URL (I haven't done it yet):
    http://www.vb-helper.com/HowTo/dbimage2.zip


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