What is JDBC and what is it used for? JDBC is a set of classes and interfaces written in Java to allow other Java programs to send SQL statements to a relational database management system.Oracle provides three categories of JDBC drivers: JDBC Thin Driver (No local Net8 installation required/ handy for applets) JDBC OCI for [...]
Posts Tagged ‘jdbc’
How to Connect to Oracle via JDBC
Posted in Oracle, tagged database, jdbc, Oracle on 2008/08/27 | Leave a Comment »