Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: jw424
  • Content: Threads
  • Order by date
  1. jw424

    cannot open an existing file

    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 (&quot;Scripting.FileSystemObject&quot;) dim text set text = oFS.OpenTextFile...
  2. jw424

    HELP on reloading a page with new data

    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...
  3. jw424

    How to Create a downloadable file at run time???

    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...

Part and Inventory Search

Back
Top