HOW DOES JDBC WORK?
Simply, JDBC makes it possible to do the following things within a Java application: :
• Establish a connection with a data source
• Send SQL queries and update statements to the data source
• Process the results at the front-end
Figure 1 shows the components of the JDBC model
• Send SQL queries and update statements to the data source
• Process the results at the front-end
Figure 1 shows the components of the JDBC model
ab
ab
ab
The Java application calls JDBC classes and interfaces to submit SQL statements and
retrieve results.
retrieve results.
No comments:
Post a Comment