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.
I have the next issue: --DECLARE @TEST NVARCHAR(MAX) --DECLARE @TEST2 NVARCHAR(MAX) DECLARE @TEST NTEXT DECLARE @TEST2 NTEXT NVARCHAR(…
sql-server text asp-classic procedure nvarcharI have a large classic ASP app that I have to maintain, and I repeatedly find myself thwarted by the …
asp-classic vbscriptI'm getting an ADODB Recordset and I need to check the value of a nullable column in ASP Classic. How …
asp-classic null adodbI couldn't find much documentation on the web so far now, the obvious difference seems to be that you cant …
asp-classic vbscript runatserverHow do you get the name of the current virtual directory using ASP Classic? In ASP.NET you can use …
asp-classic virtual-directoryWe're still using old Classic ASP and want to log whenever a user does something in our application. We'll write …
sql-server logging asp-classicI need to update an old classic asp, and I have to call a function that normally returns an array, …
arrays asp-classic nothingI'm trying to map requests for classic asp pages to be handled by .net, so that it runs through a …
asp.net iis asp-classic wildcard-mappingI am getting this error when I try to send via the local server CDO.Message.1 error '80070005' Access …
iis-7 asp-classic cdo.messageI'm receiving suddenly this error on a Win2003 Server Web Application: Microsoft VBScript runtime error '800a0006' Overflow: 'Appname' …
asp-classic vbscript iis-6 windows-server-2003