News

A SQL Server 2005 connection can be established either from a JDBC application or from a Java EE (formerly, J2EE) application server. The JDBC API is implemented on the Java SE (formerly, J2SE) ...
Get an overview of JDBC's architecture, then learn how to connect to a database and handle SQL queries and responses with PreparedStatements, transactions, connection pooling, and more.
JDBC and SQL compared. Structured Query Language is an ISO specification that defines how applications can query, update and just generally interact with a relational database.The JDBC API does not ...
There a number of pure Java SQL database systems develolpers can embed into applications. In this tip we introduce two open source projects, HSQLDB and Apache Derby.
Now that SQL Server also has Java within its SQL code, you have a new path to migrate Java applications to SQL Server. Pushing business logic into the database: Teams that are accustomed to developing ...