Sun Java Solaris Communities My SDN Account Join SDN
 
Index of Code Samples

JDBC Technology Code Samples

 

JDBC Technology is an API that lets you invoke SQL commands to create database tables, access the data stored in a table, and create and manage distributed transaction. The J2SE 1.4 and all versions of the J2EE platforms provide these APIs. Prior to J2SE 1.4, you have to download the javax.sql package for distributed transactions separately.