Hello All,
I have two questions, please help
1) Can we check programatically which type of driver we are using (out of JDBC 4 types of drivers)?
2) Does JDBC internally uses JTA?
Nitin Katdare wrote:1) Can we check programatically which type of driver we are using (out of JDBC 4 types of drivers)?
Why would you want to do that? Or to put it another way, why would you want your program to do something differently if you were using a Type 2 driver versus a Type 4 driver?