Viewing 4 posts - 1 through 5 (of 5 total)
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...
December 7, 2004 at 3:58 am
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...
December 7, 2004 at 3:52 am
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...
December 2, 2004 at 6:07 am
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...
November 30, 2004 at 10:41 am
Viewing 4 posts - 1 through 5 (of 5 total)