Below is my simple asp code that I am using to insert some data to the SQL Server database. It gives the below error. Could someone please have a look and let me know the error with this code?
My stored procedure is very simple. It inserts a new record. At the end of it I have the following line:
I have to make an quick update on a legacy asp page never really having done anything with classical asp want to check if this is valid.
I\'m trying to select all records where DateTimeEntered is within roughly 4 hours of variable MyDateTime. Any ideas how to do this? Here\'s what I was trying and it doesn\'t work for some obvious reas
Using asp.Trying to format a decimal number to add commas.Are there simple to use functions or techniques in asp to go from a decimal value to currency format with commas?
I would like to know if there is a way to get a random l开发者_如何学JAVAetter (from A-Z) Thanks for any help.I think this is what you\'re looking for. Generate a Random Letter in ASP:
I have a classic ASP system that utilizes Frames today but I need to lock down the system for CSS and CSRF.I am newer to this language but have been serching for days and can\'t find the answer.
Is there any kind of online \"quick\" asp/vbscript test tool? It\'s a pain to load up a test page, put all the stuff in, wh开发者_StackOverflowen I just want to test some ASP VBScript.Yes, they are ca
How开发者_StackOverflow社区 can I decrypt a string in classic-ASP/VBScript? The string comes from a php application that uses 3DES encryption.I have a Javascript implementation of DES/TripleDES.It doe
I have a SQL Record that has number 开发者_如何学编程that are all out of order (has gaps) for example: 1,2,3,7,9,11.....