JDBC InterBase Database connectivity
Using JDBC driver , i am connecting to Interbase Database while JDBC Driver only provides the database option as DB2 , Informix , Sybase , Microsoft SQL , MYSQL , Oracle PostgreSQL .
I have read that we can connect to new database where i have to configure some descriptor files ( Third-party JDBC driver ,
Third-party JDBC driver import, Database ,Database import) and prepare the new jar for these custom descriptor files and place this jar .
Please try to provide some idea for new database connectivity which is not configured in current jdbc driver.
|