JDBC

Programming Resource Home :: JDBC-Tutorials :: JDBC

Advertisement

Advertisement




JDBC
Tutorial Important JDBC Concepts
Transactions: Whenever a connection is created by using the JDBC, then by default it is in auto- commit mode. This means that SQL statement will be automatically committed immediately after it is executed and it is treated as a transaction. View Rating



JDBC
Tutorial Understanding Common SQL statements
The commonly used SQL statements are: 1): Select 2): Insert 3): Update 4): Delete View Rating



JDBC
Tutorial Relational Database Concepts
An important part of every business is to keep records. We need to keep records of our customers, the employees of our company, the emails etc. View Rating



JDBC
Tutorial Difference between JDBC 3.0 & JDBC 4.0
JDBC 3.0 version there is number of properties defined for the ConnectionPoolDataSource. These properties can be used to describe how the PooledConnection objects created by DataSource objects should be pooled. View Rating



JDBC
Tutorial Features of JDBC 4.0
JDBC 4 is a major new release with a strong focus ease-of-use and programmer productivity. JDBC 4's key priority is to make it easier for developers to work directly with the JDBC API. View Rating



JDBC
Tutorial Features of JDBC 3.0 API
Reusabilty of prepared statements by connection pools. In this version there is number of properties defined for the ConnectionPoolDataSource. View Rating



JDBC
Tutorial JDBC Versions
The JDBC 1.0 API was the first officially JDBC API launched consists of the following java classes and interfaces that you can open connections to particular databases. View Rating



JDBC
Tutorial JDBC Driver and Its Types
The JDBC DriverManager class defines objects which can connect Java applications to a JDBC driver. DriverManager has traditionally been the backbone of the JDBC architecture. It is quite small and simple. View Rating



JDBC
Tutorial Understanding the JDBC Architecture
JDBC is an API specification developed by Sun Microsystems that defines a uniform interface for accessing various relational databases. View Rating



JDBC
Tutorial Product Components of JDBC
JDBC has four Components: 1. The JDBC API. 2. The JDBC Driver Manager. 3. The JDBC Test Suite. 4. The JDBC-ODBC Bridge. View Rating
Page:  [<<]   1   2   3   4   5   6   7   8   9   10   11   12   13   14   15   16   17   18   19   20   21   22     [>>]

Send your comments, Suggestions or Queries regarding this site at [email protected].

Copyright © 2004. All rights reserved.