I am trying to create a custom error handler for 500;100 errors. I have set the file location to the file I wantr to use. The problem is that the first error gets trapped, that is the page sho...
WHILE SEARCHING FOR A TOPIC IN HELP WITH IN VBA CODE IT IS SHOWING THE ERROR THAT ERROR STARTING MS HELP. DEAR EXPERTS PREVIOUSLY IT WAS SHOWING HELP COMMENTS ON ALL TOPICS BUT SUDDENLY IT STA...
I need to have a select list populated with certain files (mainly .xls) that are in a folder on the web.
I'm using movenext in ASP query. probably not the best usage but I've limited knowledge. The problem I'm having is getting it to not throw an error if there is no next record. heres an example...
Hi -
I have some script in Classic ASP to send confirmation e-mails from a web page using CDO. The script works fine when testing using recipient addresses on the same domain as the SMTP s...
For a read-only dataset, which of these approaches is faster?
1) rs.open(strSQL), objConn, adOpenForwardOnly, adLockReadOnly
2)set objRS = objConn.execute(strSQL)
Almost all of our co...
Hello,
Our company wants to build a simple question and answer form where employees will be given a question and they can answer. I have no way of hard setting the number of questions. They w...