<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=IBM437">
<script language="JavaScript">
var currentSelectedItem = null;
function ToggleNode(node)
{
var expandThis = document.getElementById(node).style;
if(expandThis.display == "block")
expandThis.display = "none";
else
expandThis.display="block";
}
function ToggleExpand(node)
{
var content = document.getElementById(node);
if(content.src.indexOf("collapse.gif")>-1)
content.src="local/expand.gif";
else
content.src="local/collapse.gif";
}
function SetBgColor(selectedItem)
{
if(currentSelectedItem!=null)
currentSelectedItem.style.background = "white";
selectedItem.style.background = "silver";
currentSelectedItem = selectedItem;
}
</script>
<link rel="stylesheet" type="text/css" href="local/Frameset.css">
</head>
<body nowrap="true">
<div class="navbar">
<span id="navbar" class="navbarcss">
<table width="100%">
<tr>
<td width="50%" align="center" bgcolor="#99CCFF">
<b>Contents</b>
</td>
<td width="50%" align="center" bgcolor="#FFFFFF">
<b>
<a href="index.htm">Index</a>
</b>
</td>
</tr>
</table>
</span>
</div>
<div class="anchor" onClick="ToggleNode('EMA');ToggleExpand('EMAExpand');">
<img class="plusminus" id="EMAExpand" src="local/collapse.gif"> <a href="html/939a8773-2583-49a4-bf00-6b892fbe39dc.htm" target="main" onClick="SetBgColor(this);">Overview of the JDBC Driver</a></div>
<span class="hide-level2" id="EMA">
<img class="plusminus" src="local/leaf.gif">
<a href="html/447792bb-f39b-49b4-9fd0-1ef4154c74ab.htm" target="main" onClick="SetBgColor(this);">System Requirements for the JDBC Driver</a>
<br>
<img class="plusminus" src="local/leaf.gif">
<a href="html/6faaf05b-8b70-4ed2-9b44-eee5897f1cd0.htm" target="main" onClick="SetBgColor(this);">Using the JDBC Driver</a>
<br>
<img class="plusminus" src="local/leaf.gif">
<a href="html/a9448b80-b7a3-49cf-8bb4-322c73676005.htm" target="main" onClick="SetBgColor(this);">Understanding J2EE Support</a>
<br>
<img class="plusminus" src="local/leaf.gif">
<a href="html/e0329385-c3ab-481d-81b5-6703955a91a9.htm" target="main" onClick="SetBgColor(this);">Finding Additional JDBC Driver Information</a>
<br>
</span>
<div class="anchor" onClick="ToggleNode('ELA');ToggleExpand('ELAExpand');">
<img class="plusminus" id="ELAExpand" src="local/collapse.gif"> <a href="html/94bcfbe3-f00e-4774-bda8-bb7577518fec.htm" target="main" onClick="SetBgColor(this);">Connecting to SQL Server with the JDBC Driver</a></div>
<span class="hide-level2" id="ELA">
<img class="plusminus" src="local/leaf.gif">
<a href="html/44996746-d373-4f59-9863-a8a20bb8024a.htm" target="main" onClick="SetBgColor(this);">Building the Connection URL</a>
<br>
<img class="plusminus" src="local/leaf.gif">
<a href="html/f1b62700-f046-488d-bd6b-a5cd8fc345b7.htm" target="main" onClick="SetBgColor(this);">Setting the Connection Properties</a>
<br>
<img class="plusminus" src="local/leaf.gif">
<a href="html/f3363d05-07fc-4bf8-ae5e-2a7a968808ad.htm" target="main" onClick="SetBgColor(this);">Setting the Data Source Properties</a>
<br>
<img class="plusminus" src="local/leaf.gif">
<a href="html/cf8ee392-8a10-40a3-ae32-31c7b1efdd04.htm" target="main" onClick="SetBgColor(this);">Working with a Connection</a>
<br>
<img class="plusminus" src="local/leaf.gif">
<a href="html/699d4e8a-34bf-4c60-b0d5-4a10dad6084a.htm" target="main" onClick="SetBgColor(this);">Using Connection Pooling</a>
<br>
</span>
<div class="anchor" onClick="ToggleNode('EKA');ToggleExpand('EKAExpand');">
<img class="plusminus" id="EKAExpand" src="local/collapse.gif"> <a href="html/7802328d-4d23-4775-9573-4169b127d258.htm" target="main" onClick="SetBgColor(this);">Understanding the JDBC Driver Data Types</a></div>
<span class="hide-level2" id="EKA">
<img class="plusminus" src="local/leaf.gif">
<a href="html/d7044936-5b8c-4def-858c-28a11ef70a97.htm" target="main" onClick="SetBgColor(this);">Using Basic Data Types</a>
<br>
<img class="plusminus" src="local/leaf.gif">
<a href="html/b39461d3-48d6-4048-8300-1a886c00756d.htm" target="main" onClick="SetBgColor(this);">Using Advanced Data Types</a>
<br>
<img class="plusminus" src="local/leaf.gif">
<a href="html/ab8fa00f-cb16-47e2-94b8-3a76f56c2b84.htm" target="main" onClick="SetBgColor(this);">Understanding Data Type Differences</a>
<br>
<img class="plusminus" src="local/leaf.gif">
<a href="html/98fa7488-aac3-45b4-8aa4-83ed6ab638b4.htm" target="main" onClick="SetBgColor(this);">Understanding Data Type Conversions</a>
<br>
</span>
<div class="anchor" onClick="ToggleNode('EJA');ToggleExpand('EJAExpand');">
<img class="plusminus" id="EJAExpand" src="local/collapse.gif"> <a href="html/7f8f3e8f-841e-4449-9154-b5366870121f.htm" target="main" onClick="SetBgColor(this);">Using Statements with the JDBC Driver</a></div>
<span class="hide-level2" id="EJA">
<div class="inneranchor" onClick="ToggleNode('EGJA');ToggleExpand('EGJAExpand');">
<img class="plusminus" id="EGJAExpand" src="local/collapse.gif"> <a href="html/fe28f48a-e1bc-48ff-a5e7-c24cd6e5ecc7.htm" target="main" onClick="SetBgColor(this);">Using Statements with SQL</a></div>
<span class="hide-level3" id="EGJA">
<img class="plusminus" src="local/leaf.gif">
<a href="html/4b0728bd-059b-4b71-895c-999335bc7427.htm" target="main" onClick="SetBgColor(this);">Using an SQL Statement with No Parameters</a>
<br>
<img class="plusminus" src="local/leaf.gif">
<a href="html/3202b88f-ce13-44dd-982c-c6a3b0260378.htm" target="main" onClick="SetBgColor(this);">Using an SQL Statement with Parameters</a>
<br>
<img class="plusminus" src="local/leaf.gif">
<a href="html/f49ea499-df3c-4e85-9fc7-450fb99622a6.htm" target="main" onClick="SetBgColor(this);">Using an SQL Statement to Modify Database Objects</a>
<br>
<img class="plusminus" src="local/leaf.gif">
<a href="html/4704199b-c0ae-4c77-8a2e-6963715b4ffb.htm" target="main" onClick="SetBgColor(this);">Using an SQL Statement to Modify Data</a>
<br>
</span>
<div class="inneranchor" onClick="ToggleNode('EFJA');ToggleExpand('EFJAExpand');">
<img class="plusminus" id="EFJAExpand" src="local/collapse.gif"> <a href="html/0041f9e1-09b6-4487-b052-afd636c8e89a.htm" target="main" onClick="SetBgColor(this);">Using Statements with Stored Procedures</a></div>
<span class="hide-level3" id="EFJA">
<img class="plusminus" src="local/leaf.gif">
<a href="html/e9470a6d-a758-4c56-96ec-7b37139e36a7.htm" target="main" onClick="SetBgColor(this);">Using a Stored Procedure with No Parameters</a>
<br>
<img class="plusminus" src="local/leaf.gif">
<a href="html/8f491b70-7d1b-42bd-964f-9a8b86af5eaa.htm" target="main" onClick="SetBgColor(this);">Using a Stored Procedure with Input Parameters</a>
<br>
<img class="plusminus" src="local/leaf.gif">
<a href="html/1c006f27-7e99-43d5-974c-7b782659290c.htm" target="main" onClick="SetBgColor(this);">Using a Stored Procedure with Output Parameters</a>
<br>
<img class="plusminus" src="local/leaf.gif">
<a href="html/4b126e95-8458-41d6-af37-fc6662859f19.htm" target="main" onClick="SetBgColor(this);">Using a Stored Procedure with a Return Status</a>
- 1
- 2
- 3
- 4
- 5
- 6
前往页