Re: transferring the data from Oracle to MySQL

2002-08-15 Thread Egor Egorov
Chugh, Tuesday, August 13, 2002, 2:40:54 PM, you wrote: CS> We are in the process of transferring our databse from Oracle to MYSQL. CS> Oracle has some triggers to insert into the table on some events. How can we CS> handle this dynamic insertion of triggers in MYSQL. CS> Also what is the alterna

transferring the data from Oracle to MySQL

2002-08-13 Thread Chugh Shalini
We are in the process of transferring our databse from Oracle to MYSQL. Oracle has some triggers to insert into the table on some events. How can we handle this dynamic insertion of triggers in MYSQL. Also what is the alternative for check constraint of Oracle in MYSQL ---