Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

triggers 1

Status
Not open for further replies.

tvrtko

Programmer
Nov 26, 2003
53
HR
I need to update some fields of the record before it is inserted (created) in database.

Is there any way to use triggers or something else with similar functionality in MySql 4.x ?
 
Triggers were only introduced in MySQL 5.0, and there's nothing equivalent before that. You would have to explicitly set the field values before inserting the records.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top