All TagsVBscript (RSS)
  • Problems with ExecuteGlobal in VBScript on IIS 5.1 but not 6.0

    What setting might be missing or misapplied that would cause the same code that works on an IIS 6.0 server to fail on an IIS 5.1 server? I've inherited this large Classic ASP application. It "caches" a series of files with funcitons in them using the ExecuteGlobal command. On both server...
    Posted to Forum by djplong on 10-30-2009, 1:37 PM
  • IIS 5.1 on XP SP3, classic ASP, VBScript

    I have an old web site running on the quoted configuration that I have to maintain but I'm not fluant with this old VBScript. where can I find an (on-line) reference manual ? TIA, Pierre.
    Posted to Forum by p13rr3 on 10-06-2009, 7:29 AM
  • Is there a maximum number of variables that can be used in a VBScript / ASP page?

    I have an error that recently came up as I was adding more code to a large application written in VBScript in the classic asp. After some testing it seems to me that it has an issue with the number of variables used in my script. Since all pages are linked by using includes, and all processing and displaying...
    Posted to Forum by Hobbes23 on 01-11-2009, 3:52 AM
  • My .vbs is Unable to connect to Access

    Hello, I am attempting to have a .vbs file on the server connect to an Access database on that same server. I use the same connection script in my classic .asp pages and it works fine. But when I click on the .vbs file (on the server), I get this: Script: C:\website\myvbsfile.vbs Line: 42 [Microsoft...
    Posted to Forum by Gary Dahl on 01-07-2009, 8:11 PM
  • unable to insert

    am trying to insert id to the statustable but i cannot able to add getting stuck with this error./. Type mismatch: 'sd' <% id = session("userid") sSql = "SELECT name FROM nametable WHERE userID = "&id&"" if request.form("submit")="Hide"...
    Posted to Forum by rajar32 on 01-05-2009, 5:37 AM
  • how to maintain a status...asp ...

    I have two table in db,namely 1.nametable name_id name id 2.statustable aut_id status name_id i loaded a page with name records for single user(which is id from nametable), now i want to maintain a status for the particular name , for that i created a table which is statustable to attain status i created...
    Posted to Forum by mathews7 on 01-03-2009, 6:19 AM
  • Re: Logon/Logoff week information

    This is how to see logon/logoff on your computer. Save as LogonLogoff.vbs '******************************* Set objLogParser = CreateObject("MSUtil.LogQuery") Set objInputFormat = CreateObject("MSUtil.LogQuery.EventLogInputFormat") Set objOutputFormat = CreateObject("MSUtil...
    Posted to Forum by Hitchheik on 12-22-2008, 10:15 PM
  • Re: Simple Query Help

    This is a VBScript that will display an hourly count of your hits. Save top as Hourly.vbs, Save the bottom file in the same directory as your output path as hour_3.xsl. This will open in Explorer when completed' '===============================================================================...
    Posted to Forum by Hitchheik on 12-22-2008, 9:50 PM
  • Re: Executing log parser query in vbscript?

    I have an easy template system that I use. There are a number of differences that you need to learn for the input and output factors especially when doing XML or HTML formating. Here is your SQL in VBS format. remember to save as .vbs '============================================================...
    Posted to Forum by Hitchheik on 12-22-2008, 9:32 PM
  • No Useful Error Messages Appear

    Hello, We don't have any useful error messages appearing with classic ASP and IIS 7. We're trying to have errors with line numbers and specific codes for debugging purposes. Errors on my local browser are all "500 - Internal Server error". The same error on the server is "HTTP...
    Posted to Forum by Gary Dahl on 12-19-2008, 12:13 PM
Page 1 of 2 (12 items) 1 2 Next >
Microsoft Communities