Top "Asp-classic" questions

Active Server Pages (ASP), also known as Classic ASP or ASP Classic, was Microsoft's first server-side script-engine for dynamically-generated web pages.

JMail.SMTPMail not working ("Microsoft VBScript runtime error '800a01ad' ActiveX component can't create object")

I am sending mail from ASP page using below code Dim MyMail Set MyMail = Server.CreateObject("JMail.SMTPMail") MyMail.ServerAddress = "" …

asp-classic vbscript jmail
Call a parameterized Oracle query from ADODB in Classic ASP

I’m currently working on a classic ASP project talking to an Oracle database. I’m trying to find a …

oracle asp-classic named-parameters
File permissions with FileSystemObject - CScript.exe says one thing, Classic ASP says another

I have a classic ASP page - written in JScript - that's using Scripting.FileSystemObject to save files to a …

asp-classic permissions wsh filesystemobject
What does ByRef mean in vbscript when passing to a procedure?

I have the following start to a procedure call strReturn = OrderCreate(strGen8, _ strUID, _ Order, _ boolRecapFlag, _ And on the function that …

asp-classic vbscript byref
Capture and insert Unicode text (Cyrillic) into MS access database

I inherited an old web application, that is writing data collected in a form into an Access 2007 database using classic …

ms-access vbscript asp-classic ms-access-2007 cyrillic