1.

How To Specify A (non-built-in) Jdbc Driver Class?

Answer»

You can use the Java way of Class.forName(jdbcDriverClassName), or SPECIFY it as an attribute of "driver" in the DATABASE connection STATEMENT.

You can use the Java way of Class.forName(jdbcDriverClassName), or specify it as an attribute of "driver" in the database connection statement.



Discussion

No Comment Found