home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code1 / blob / readme.txt < prev   
Text File  |  1994-03-09  |  1KB  |  31 lines

  1. Example program using the BLOB (Binary Larg OBject) examples using
  2. a data control in VB-Pro 3.0 (Source & EXE).
  3.  
  4. This is the test file I created to test the functionality of the
  5. example code provided by MS. I had to rework the functions a little
  6. (the original functions wrote files 10 bytes larger than read in)
  7. but all in all the same basic code found in the VB Help file under
  8. 'GetChunk & AppendChunk'.
  9.  
  10. This test program has been tested with 20+ mb files stored into
  11. an OLE field and seems to work fine. The code is not commented
  12. except for thoes from the VB Help file.
  13.  
  14. There are several places in both the VB docs and the MS-Access docs
  15. that imply that this functionality could be used on MEMO or OLE fields,
  16. however after testing this I found that using a MEMO field will trash 
  17. the Database with the error message "Out Of Memory".
  18.  
  19. My hope in posting this file is that MS-Tech support will document the
  20. code in a sutable maner and include it in the KB for others that may need it.
  21.  
  22. I will not support this code nor do I expect MS to support it. All code
  23. is AS IS and all risks in using it are yours.
  24.  
  25. I may be contacted via EMAIL on CIS, as I do not monitor the message areas.
  26.  
  27. Have Fun & hope it helps someone
  28. Gary W. Rohn   76050,1012
  29.  
  30.  
  31.