Hi,
I have an asp page which needs to open an existing file for reading. But I always get an error saying the file does not exist.
Here's my code:
<%
dim oFS
set oFS = Server.CreateObject ("Scripting.FileSystemObject")
dim text
set text = oFS.OpenTextFile...
i have an .asp page which executes a SQL query. Everything is working fine with the sql and the returned recordset. Now, I am trying to display the recordset 1000 rows at a time. My goal is to display the first 1000 rows, then add some buttons (depending on how many records returned) so user can...
Hi,
I am new at this vbscript. Please HELP!! Here's what I am trying to do:
I use vbscript to run some SQL code to access the database. I want to put the query result in a file (newly created just as the SQL code is run). I use CreateTextFile to create a file, I can read from and write to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.