Loading...
Please wait, while we are loading the content...
Similar Documents
Using Java and Jdbc in an Introductory Database Course
| Content Provider | Semantic Scholar |
|---|---|
| Author | Gendreau, Thomas B. |
| Copyright Year | 2003 |
| Abstract | JDBC is one of the standard packages available with Java. It provides classes and interfaces that allow application program/database interaction with a high degree of database vendor independence. The features of JDBC enable an application program to connect to remote databases, execute SQL queries or stored procedures on the remote database, and process the results of queries a row at a time. The SQL statements are represented as strings in the Java program. A string representing a SQL expression can be hardcoded into the program or built during execution based on user input. JDBC also includes features that allow the program to query the database to determine metadata such as the names and structure of tables in the database. Access to metadata objects allows very flexible application programs to be created. This paper gives an overview of the features of JDBC and discusses its use in an introductory database course. |
| File Format | PDF HTM / HTML |
| Alternate Webpage(s) | http://www.micsymposium.org/mics_2003/Gendreau.PDF |
| Alternate Webpage(s) | http://www.css.edu/depts/cis/mics_2003/MICS2003_Papers/Gendreau.PDF |
| Language | English |
| Access Restriction | Open |
| Content Type | Text |
| Resource Type | Article |