How to check jdbc driver version in websphere?
Answer / Rajesh Kumar Gupta
"To check the JDBC driver version in WebSphere, you can use the following Java code: java.sql.DriverManager.getDriver("jdbc:your_database").getClass().getName(); This will return the fully qualified name of the driver class, which includes the version number."
| Is This Answer Correct ? | 0 Yes | 0 No |
Difference between Generic Servlet and HTTP Servlet?
How many types of JDBC Drivers are present and what are they?
What is new in JDBC 2.0?
Does jdbc use ssl?
How do I disallow NULL values in a table?
How java can be connected to a database?
Which of the attributes in the monitoring tab for a jdbc connection pool in the administrative console tell us how many clients are currently waiting for a connection?
What is the meaning of connection?
What does jdbc setmaxrows method do?
What is database deadlock ? How can we avoid them?
Why prepared statements are faster?
How do I find whether a parameter exists in the request object?