Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Blog Directory  >  Education Blogs  >  GNIITSolution education Blog  > 

2016-02-10 03:45
ResultSet interfaceThe object of ResultSet maintains a cursor pointing to a particular row of data. Initially, cursor points to before the first row.By default, ResultSet object can be moved… Read More
2016-02-10 03:44
Statement interfaceThe Statement interface provides methods to execute queries with the database. The statement interface is a factory of ResultSet i.e. it provides factory method… Read More
2016-02-10 03:44
Connection interface:A Connection is the session between java application and database. The Connection interface is a factory of Statement, PreparedStatement, and DatabaseMetaData i.e. objec… Read More
2016-02-10 03:43
DriverManager class:The DriverManager class acts as an interface between user and drivers. It keeps track of the drivers that are available and handles establishing a connection between a da… Read More
2016-02-10 03:42
Connectivity with Access without DSNThere are two ways to connect java application with the access database.Without DSN (Data Source Name)With DSNJava is mostly used with Oracle, mysql, or D… Read More
2016-02-10 03:41
Example to connect to the mysql databaseFor connecting java application with the mysql database, you need to follow 5 steps to perform database connectivity.In this example we are using MySq… Read More

Share the post

GNIITSolution

×

Subscribe to Gniitsolution

Get updates delivered right to your inbox!

Thank you for your subscription

×