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 SkipVought 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: *

  1. jd.ford1

    Need help with syntax

    guitarzan, I would like to personally "Thank You" for the help. Literally copied and paste to my code and it started running like a champ!!! I can not tell you how many hours I have spent trying to make that work. You make it look easy my man. Again thanks JD
  2. jd.ford1

    Need help with syntax

    <%@ LANGUAGE="VBScript" %> <!--#include file="../timeconn.inc" --> <% Response.Buffer=True Response.Clear Dim objFSO, objTStream Set objFSO = Server.CreateObject("Scripting.FileSystemObject") Set objTStream = objFSO.CreateTextFile("c:\supsvc\Medical\admin\test.txt", True) SQLStmt = "SELECT *...
  3. jd.ford1

    Need help with syntax

    The test.txt file is being created with "Need data from SELECT statement to go to file text.txt instead of display screen" in the actual file and the information from the select statement is being displayed on the screen. Thanks
  4. jd.ford1

    Need help with syntax

    I am not getting an error with the select statement, the information is displayed on the screen correctly, but I want the info to go to a text file. I can not figure out the WriteLine syntax to do it. Thanks
  5. jd.ford1

    Need help with syntax

    I am writing an ASP page and struggling with the WriteLine command. The SELECT statement works fine, but I want to send the output to a file instead of the display screen <%@ LANGUAGE="VBScript" %> <!--#include file="../timeconn.inc" --> <% Response.Buffer=True Response.Clear Dim objFSO...

Part and Inventory Search

Back
Top