Forum Replies Created

Viewing 4 posts - 1 through 5 (of 5 total)

  • RE: How to insert an image

     If you are writing out large files, such as TIFs or Word cocuments, you may also need to modify your database connection class to use the "AppendChunk" method.

    These are the...

  • RE: How to insert an image

    I have now managed to achieve this, so thought I'd post my solution for any other poor souls who are attempting the same thing.

    The following VB6 code will save the...

  • RE: How to insert an image

    Hi Frank,

    Thanks for the tip, but I'm still getting my error:

    "Application uses a value of the wrong type for the current operation."

    --------------------------------------------------------------------------

    I think my problem arises, because the database...

  • RE: How to insert an image

    Hi Frank,

    I am trying to do something similar, i.e. trying to store a word document as a binary file in a SQL Server database, (using VB6 and SQL Server 2000).

    The steps I...

Viewing 4 posts - 1 through 5 (of 5 total)