Results 1 to 2 of 2

Thread: Mircosoft Scripting Runtime Object

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2002
    Location
    Hendersonville , NC
    Posts
    260

    Post Mircosoft Scripting Runtime Object

    Has anybody used the Mircosoft Scripting Runtime Object to select a file .... use the "OpenAsTextStream" ... then actually read in a file in order to write it to say , a BLOB file???
    Looking for documentation but finding none..
    Thanks .. Bill
    William E Gollnick

  2. #2
    Addicted Member PhilRob56's Avatar
    Join Date
    Oct 2002
    Location
    New York
    Posts
    249
    I use the Scripting runtime fairly extensively for reading / writing text files. Since the TextStream object gets the next line of text up to the End of Line Character, I do not think that it is at all suited to trying to operate on Binary Large Objects, since it will only return the entire file (if it returns anything).

    You may need to revert to the generic file tools in order to operate on your files.
    Some days you're the dog,
    and some days you're the hydrant.


    VB6 Enterprise

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