Vicente Barberá
|
| Posted: 03/15/2002, 12:01 AM |
|
When i delete and item i want to del all the paragragraphs asociated to this
item, how can do it?
|
|
|
 |
Alexey Alexapolsky
|
| Posted: 03/15/2002, 2:35 AM |
|
in After Insert event get id of deleted record
and insert your own code that deletes related records , something like
stat.executeUpdate(sSQL2);
--
Alex
CodeCharge Developer
"Vicente Barberá" <vicente@ideas-e.net> wrote in message
news:a6s9oa$et7$1@news.codecharge.com...
> When i delete and item i want to del all the paragragraphs asociated to
this
> item, how can do it?
>
>
|
|
|
 |
|