ニュース

はじめに 新バージョンのJava Database Connectivity API(JDBC 4)は、多数の素晴らしい機能によって大々的な化粧直しが施されています。おそらく、特に重要な新機能は、SQL 2003標準で規定されているXMLデータ型がサポートされたことでしょう。XMLをデータベースに格納してアプリケーションから更新 ...
Javaはオブジェクト指向型言語であり、リレーショナルデータベース(RDB)とは構造が大きく異なります。 Javaからデータベースを利用するにはJDBCというAPI(Application Program Interface)を利用します(JavaのSDK内に、RDB製品ごとにドライバが用意されていて、利用するRDBに合わせてインストールします)。
Java Database Connectivity (JDBC), which has existed from the first public version of the core Java language, has evolved significantly over the last 10 years.
2000 Java Database Connectivity (JDBC) Driver. This technology, licensed through an agreement with MERANT DataDirect, enables users of the Java and J2EE platforms to integrate with SQL Server 2000.
2000 Java Database Connectivity (JDBC) Driver. This technology, licensed through an agreement with MERANT DataDirect, enables users of the Java and J2EE platforms to integrate with SQL Server 2000.
SQLExecutor is a light weight, open source JDBC framework that makes it easier to write concise, readable, and database independent JDBC code. SQLExecutor automatically translates checked exceptions ...
Here's how to use JDBC to marry Java's versatility with the SQL Server database and create high-performing, scalable and secure applications.