Re: Rolling back of a transaction

2001-05-03 Thread Greg Cope
as the data base server. As per my database administrator, MySql don't have rolling back procedure for a transaction which is not to be committed. With Oracle or MSSqlServer I can commit or rollback a transaction. I mean I can control the transaction whether it has to be committed or rolled back

Re: Rolling back of a transaction

2001-05-03 Thread Paul DuBois
in Java, using MySql as the data base server. As per my database administrator, MySql don't have rolling back procedure for a transaction which is not to be committed. With Oracle or MSSqlServer I can commit or rollback a transaction. I mean I can control the transaction whether it has to be committed