Please help,
I need to write a VB application using ADO to connect to a Oracle server. We will be doing insert, update and select statements on the Oracle database.
The database is allready in production, and i need to know what impact a update / insert statement can have on a oracle database ( i know about triggers that can fire, but i'm sure there is more ).
Can anyone tell me all the stuff that can happen and i can not see when i execute my SQL statement with ADO?
Does anyone also have any idea how i can predict what Oracle will do on the background if i want to execute a ADO SQL command?
Any help is welcome.
I need to write a VB application using ADO to connect to a Oracle server. We will be doing insert, update and select statements on the Oracle database.
The database is allready in production, and i need to know what impact a update / insert statement can have on a oracle database ( i know about triggers that can fire, but i'm sure there is more ).
Can anyone tell me all the stuff that can happen and i can not see when i execute my SQL statement with ADO?
Does anyone also have any idea how i can predict what Oracle will do on the background if i want to execute a ADO SQL command?
Any help is welcome.