|
-
November 26th, 2001, 09:20 PM
#7
Re: large text file
hi, i'm using your approach, although there are a few people ask me to look up on DAO or ADO. But i'm not going to use any access table for this matter. i have already included the microsoft scripting runtime option in the references. but it still prompts me that an object is required.
Dim fso as new FileSystemObject
set fso = Server.CreateObject("Scripting.FileSystemObject")
set file = fso.opentextfile(fp, 1)
and the error highlighted
set fso = Server.CreateObject("Scripting.FileSystemObject")
what could be the problem? really appreciate it.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|