Hi,
How I could determine if JDBC driver is TYPE_FORWARD_ONLY
? In my program the user configures connection parameters to database and he could use any JDBC driver in the class path. I want to know if the driver is TYPE_FORWARD_ONLY
before executing any statements. Is this possible?