This topic is locked

Reserved Words

11/1/2006 9:53:12 PM
ASPRunnerPro General questions
C
claybob author

In order to be able to effectively use the 'events' capability, I need to know/understand the standard 'reserved words' - along with the syntax used to formulate database calls, table updates, etc. Can someone help me with this?

Sergey Kornilov admin 11/1/2006

You can use any valid ASP code in events. This applies to retrieving data, updating data tables, send emails etc.
I can recommend the following websites that offer ASP tutorials:

http://www.webcheatsheet.com/asp/

http://www.15seconds.com
To get more info about event parameters check sample events code and help file.