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.