|
thanks jeffro!
could you elaborate further? a sample code would be a great help!
in addition this, i also have to implement ROLLBACK.
let say, i'm inserting values of NAME[5] & AGE[5], and then an error happened.
i have to ROLLBACK, so that values of NAME[1] to NAME[5] and AGE[1] to AGE[5] won't be added to the TABLE.
thanks so much!
|