
Tody
|
| Posted: 07/25/2003, 1:50 AM |
|
Hallo!
I've searched the forum to find anything about Update-Insert-Delete two tables. And everywhere I read that I have to use the After-XXX-Events.
The Problem is: I don't really know what to code in this events.
Which variables declared in the main-asp-file can I use in the event-asp-file?
Which variables do I need?
Are the events automatically called in the main-asp-file?
I have worked with VB, but it seems that I have not enough experience to understand everything.
Thanks in advance!
|
|
|
 |
RipCurl
|
| Posted: 07/25/2003, 12:14 PM |
|
Unless you need a specific action done when you insert/update a record (ie update another record at teh same time; execute a script), you dont need to put anything in that event.
|
|
|
 |
Tody
|
| Posted: 07/28/2003, 2:42 AM |
|
Thanks for your response!
I'm trying to solve my problem another way.
|
|
|
 |
|

|