I have created a stored procedure in SQL Server 2000 and within the stored procedure I have created a number of variables that I want to return to the asp classic script.
Im trying to make an swf send a phone-number to a specific asp-fil on the press of a button. But since I\'m an as3 rookie I have no idea where this code is going wrong (PLEASE HELP):
I have an old开发者_如何学JAVA .net 2005 web site that has some asp pages and having object reference problem accessing .net dll.The maintenance task was handed down to me and the original developer i
I have several relative paths in my ASP Classic application. I\'d like to get a reference to the root directory of my particular application (since the root of the server is som开发者_高级运维ething d
Closed. This question is opinion-based. It is not currently accepting answers. 开发者_运维知识库
I have read this question and this page linked to in the question, as well as dozens of other articles about debugging asp classic with VS but it\'s still not clicking for me.
Does anyone know left shift and right shift operator sample\'s? I\'m new in ASP.开发者_如何学运维 I found Bit operators such as AND,OR,NOT only..For vbscript, left shift is accomplished by multiplicat
I am using ASP Classic and SQL Server 2000 to create dynamic websites. I am a bit confused about when to use a recordset object and when to use a command object when querying the database.
I would like to be able to unpack a .zip file using ASP classic. I have had a bit of a poke around on google for something that will allow me to do this, and there seems to be a fair amount libraries
We\'re still using old Classic ASP and want to log whenever a user does something in our application. We\'ll write a generic subroutine to take in the details we want to log.