Maybe this is a simple question...
When I have a client machine that is mobile, and is conducting a transaction (containing two statements) to the server, and using JDBC for the connection,
Can a commit complete on the server, followed by loss of network connection, such that the JDBC client will not be aware of this?
When I have a client machine that is mobile, and is conducting a transaction (containing two statements) to the server, and using JDBC for the connection,
Can a commit complete on the server, followed by loss of network connection, such that the JDBC client will not be aware of this?