An Overview of Java Database Connectivity Apollo PA

We examine the basic steps required to handle JDBC using javax.swing for creating user interfaces. If you're new to object-oriented programming to databases in Java, this will set you off on the right path.

Local Companies

Bladhaire
(412) 542-8009
3481 beechwood blvd
Pittsburgh, PA
Psychology Software Tools Inc
412- 271-5040
2050 Ardmore Blvd
Pittsburgh, PA
David Epstein
(215) 887-1365
222 Roesch Ave
Springfield, PA
G B M Inc
(570) 342-5600
1 Montage Mountain Rd
Moosic, PA
Discount Computer Supply & Service
(570) 275-5077
234 Mill St
Danville, PA
City Computer Corp
412- 422-6000
6425 Darlington RD
Pittsburgh, PA
PST
+914552563654
Mumbai, IN
Champion Technologies
(412) 322-6650
420 Foreland St
Pittsburgh, PA
Datamedic
(717) 697-3462
Mechanicsburg, PA
Apg Computers
(814) 726-7338
110 Market St
Warren, PA

provided by: 
Originally published at Internet.com


[This article assumes you have a basic understanding of Java application and applet programming.]

Suppose you have a set of records in an Access database that you have to view through a front-end tool. You can design a user interface by using various programming languages such as Visual Basic, Visual C++, etc. Java, however, provides a more consistent approach in developing these interfaces through the javax.swing package. Moreover, Java provides the Java Database Connectivity (JDBC) API, with which you can connect your app to any database designed either using Microsoft Access or SQL Server. In this article, we will examine the basic steps required to handle JDBC using javax.swing for creating user interfaces.

Before proceeding further, let us take a quick look at Microsoft's Object Database Connectivity (ODBC) and the preference of JDBC over ODBC. The ODBC API offers connectivity to almost all databases on almost all platforms and is the most widely used programming interface for accessing relational databases. But ODBC cannot be used directly with Java programs due to various reasons.

1. ODBC uses a C interface. This has drawbacks in security, implementation, robustness, etc. 2. ODBC makes use of pointers (which have been removed from Java)...

Read article at Internet.com site

Featured Local Company

City Computer Corp

412- 422-6000
6425 Darlington RD
Pittsburgh, PA


Topics: 
Architecture & Design Languages & Tools Project Management Web Services
Database Microsoft & .NET Security Wireless
Java Open Source Techniques XML