JDBC stands for the Java database connectivity protocol. Based on the same X/Open CLI standard as Microsoft's object database connectivity protocol, the JDBC applications programmable interface (API) ...
Note: This article is excerpted from Chapter 7, "Creating a Shared Database," of Microsoft .NET and J2EE Interoperability Toolkit [Microsoft Press, 2003, ISBN: 0735619220]. It has been edited for ...
Persistence is one of the greatest challenges for building applications. There are many options for building persistence layers. Data Access Objects (DAO) is a popular design pattern for building the ...