CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2000
    Location
    NY, USA
    Posts
    632

    Insert Image with SP

    I have a very complex stored procedure for insert/update. I've got a new request to add Image type field in this process. So far there was not any image data.
    I do not have any problem with adding a new parameter to SQL Server SP, I have a problem with assigning the value to the new parameter in VB6.
    Any sample code please.
    Everything I found so far is an approach to create ADODB recordset and work with it.

    Thank you
    Vlad

  2. #2
    Join Date
    Dec 2002
    Location
    London, UK
    Posts
    1,569

    Re: Insert Image with SP

    why? is that not what you want to do? well you could also use an ADO command instead of a recordset if the procedure returns nothing.
    Mike

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