Browser Detection Script checks if Internet Explorer 5.5 is being used and adjusts the font size if it is.
Help Contents

What is JDBC?

| Definition | Related Help Topics | Additional Information |

Back to topDefinition

JDBC (Java Database Connectivity) is a Java Class library that provides a common way to maintain a connection to a database and lets you access virtually any tabular data source from the Java programming language. It provides cross-DBMS connectivity to a wide range of relational databases and other tabular data sources, such as spreadsheets or flat files. With a JDBC technology-enabled driver, a developer can easily connect all corporate data, even in a heterogeneous environment.

You can use one of the default JDBC drivers to connect to a database, then use SQL to retrieve the data you want to display in a portlet.

Back to topAdditional Information

On Portal Center:

Oracle Logo
Copyright © 2004, Oracle. All rights reserved.