Hi guys, I've a big problem.
I'm using system.data.oracleclient to connect to an oracle database and modify his structure.
Hi do that inside a transaction but it commit everytime.
In fact if I put a command inside a transaction and the command text is an INSERT INTO or DELETE etc it works, when I launch rollback the modify is undone, but if the commandtext is CREATE TABLE, ALTER TABLE etc the modify is always done, without taking the transaction into consideration.
Any idea?
Stevie B. Gibson
I'm using system.data.oracleclient to connect to an oracle database and modify his structure.
Hi do that inside a transaction but it commit everytime.
In fact if I put a command inside a transaction and the command text is an INSERT INTO or DELETE etc it works, when I launch rollback the modify is undone, but if the commandtext is CREATE TABLE, ALTER TABLE etc the modify is always done, without taking the transaction into consideration.
Any idea?
Stevie B. Gibson