No, there are no STANDARD libraries that will do this for you.

There are some good database abstraction layers that you can employ, my fav
is ADODB (hit google to find it) but it only handles the basics. You will
have to write PHP code that you call each time you delete a record to do
additional processing.

=C=

*
* Cal Evans
* Journeyman Programmer
* Techno-Mage
* http://www.calevans.com
*


-----Original Message-----
From: N.Elangovan [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 04, 2002 12:03 AM
To: [EMAIL PROTECTED]
Subject: "ON DELETE" , "ON UPDATE" Operation


Dear Sir,
           I am developing an application on PHP using MYSQL database.
Its alittle comples database. It uses a lot of links within database.

          The problem is how i can implement "ON DELETE" and "on update"
operation with PHP & MYSQL.  Are there STANDARD LIBRARIES for this
operation.

Thanking you

N.Elangovan



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to