<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>JDBC Tutorials</title>
	<atom:link href="http://jdbc101.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jdbc101.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Fri, 14 Sep 2007 21:52:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='jdbc101.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>JDBC Tutorials</title>
		<link>http://jdbc101.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://jdbc101.wordpress.com/osd.xml" title="JDBC Tutorials" />
	<atom:link rel='hub' href='http://jdbc101.wordpress.com/?pushpress=hub'/>
		<item>
		<title>JDBC Tutorials</title>
		<link>http://jdbc101.wordpress.com/2007/09/14/jdbc-tutorials/</link>
		<comments>http://jdbc101.wordpress.com/2007/09/14/jdbc-tutorials/#comments</comments>
		<pubDate>Fri, 14 Sep 2007 21:50:15 +0000</pubDate>
		<dc:creator>101</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[JDBC Tutorials]]></category>
		<category><![CDATA[MS Access]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[ODBC]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://jdbc101.wordpress.com/2007/09/14/jdbc-tutorials/</guid>
		<description><![CDATA[JDBC Tutorials This JDBC tutorial book is a collection of notes and sample codes written by the author while he was learning JDBC technology himself. It can be used as a tutorial guide for beginners. Topics include Java, Database, JDBC, Driver, ODBC, Connection, DataSource, SQL, ResultSet, Metadata, Derby, MySQL, Oracle, SQL Server, MS Access. JDBC [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jdbc101.wordpress.com&amp;blog=1721584&amp;post=3&amp;subd=jdbc101&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h2>JDBC Tutorials</h2>
<p>This JDBC tutorial book is a collection of notes and sample codes written by the author while he was learning JDBC technology himself. It can be used as a tutorial guide for beginners. Topics include Java, Database, JDBC, Driver, ODBC, Connection, DataSource, SQL, ResultSet, Metadata, Derby, MySQL, Oracle, SQL Server, MS Access.</p>
<p class="bookToc"><a href="http://www.herongyang.com/jdbc/JDBC-Introduction.html">JDBC (Java Database Connectivity) Introduction</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Overview-What-Is-JDBC.html">What Is JDBC?</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Overview-JDBC-Version.html">JDBC Version and History</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Overview-JDBC-Driver-Types.html">JDBC Driver Types</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Overview-JDBC-Establishing-Connection.html">Establishing Connections from JDBC to Databases</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Overview-JDBC-DriverManager.html">DriverManager &#8211; Loading JDBC Driver</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Overview-JDBC-Connection-URL.html">DriverManager &#8211; Connection URL</a></p>
<p class="bookToc"><a href="http://www.herongyang.com/jdbc/JDK-Java-SE-Installation.html">Downloading and Installing JDK &#8211; Java SE</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Java-SE-6-Installation.html">Java SE 1.6 Update 2 Installation</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Compile-Run-Java-Programs.html">Compile and Run Java Programs</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Java-Documentation-Installation.html">JDK Documentation Installation</a></p>
<p class="bookToc"><a href="http://www.herongyang.com/jdbc/Java-DB-Installation.html">Installing and Running Java DB &#8211; Derby</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Java-DB-Derby-Installation.html">Downloading and Installing Java DB (Derby)</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Java-DB-Derby-sysinfo.html">&#8220;sysinfo&#8221; &#8211; Checking Java DB (Derby) Installation</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Java-DB-Derby-Network-Server.html">Setting Up Java DB (Derby) in Network Server</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Java-DB-Derby-ij-Creating-Database.html">&#8220;ij&#8221; &#8211; Client Tool to Create New Databases</a></p>
<p class="bookToc"><a href="http://www.herongyang.com/jdbc/Derby-JDBC-Drivers.html">Derby (Java DB) JDBC Driver</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Derby-JDBC-Driver-Features.html">Derby (Java DB) Driver Features</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Derby-Loading-Driver-Classes.html">Loading Derby JDBC Driver Classes</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Derby-Network-Server-Connection.html">Creating Connections to Java DB (Derby) Network Server</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Derby-Server-JDBC-Info.html">Java DB (Derby) Network Server and JDBC Driver Info</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Derby-Server-CREATE-TABLE.html">Java DB (Derby) &#8211; Creating New Tables</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Derby-Server-INERT-INTO.html">Java DB (Derby) &#8211; Inserting Data Rows to Existing Tables</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Derby-Server-SELECT-FROM.html">Java DB (Derby) &#8211; Running SELECT Queries</a></p>
<p class="bookToc"><a href="http://www.herongyang.com/jdbc/Derby-JDBC-DataSource.html">Derby (Java DB) JDBC DataSource Objects</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Derby-JDBC-DataSource-Connection.html">Derby &#8211; Connection with DataSource Objects</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Derby-JDBC-ClientDataSource.html">Derby &#8211; Using ClientDataSource Directly</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Derby-JDBC-fscontext-jar.html">Installing JNDI File System Service Provider</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Derby-JDBC-Bind-DataSource-Object.html">Derby &#8211; Storing ClientDataSource Objects on File System</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Derby-JDBC-Lookup-DataSource-Object.html">Derby &#8211; Looking Up ClientDataSource Objects on File System</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Derby-JDBC-Lookup-DataSource-Error.html">What Happens If Client JDBC DataSource JAR Is Missing?</a></p>
<p class="bookToc"><a href="http://www.herongyang.com/jdbc/Derby-DML-Statements.html">Java DB (Derby) &#8211; DML Statements</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Derby-DML-Primary-Key-IDENTITY-Column.html">Tables with Primary Key Column &#8220;GENERATED &#8230; AS IDENTITY&#8221;</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Derby-DML-INSERT-INTO.html">&#8220;INSERT INTO&#8221; Statements</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Derby-DML-INSERT-INTO-INDENTITY.html">&#8220;INSERT INTO&#8221; Statements with INDENTITY Columns</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Derby-DML-Date-Timestamp.html">Handling Date and Timestamp Values</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Derby-DML-UPDATE.html">&#8220;UPDATE&#8221; Statements</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Derby-DML-DELETE-FROM.html">&#8220;DELETE FROM&#8221; Statements</a></p>
<p class="bookToc"><a href="http://www.herongyang.com/jdbc/Derby-Query-ResultSet.html">Java DB (Derby) &#8211; ResultSet Objects of Queries</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Derby-What-Is-ResultSet.html">What Is ResultSet?</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Derby-ResultSet-Cursor.html">ResultSet Cursor and Scrollability</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Derby-ResultSet-Cursor-Before-First-Row.html">ResultSet Cursor Initial Position: Before First Row</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Derby-ResultSet-getString.html">Retrieving Column Values with getXXX() Methods</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Derby-ResultSet-Default-Forward-Only.html">ResultSet Default Type: Forward-only</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Derby-ResultSet-Scrollable.html">Scrollable ResultSet and Moving Cursor Backward</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Derby-ResultSet-Update-Capability.html">ResultSet Objects with Update Capability</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Derby-ResultSet-insertRow.html">insertRow() &#8211; Inserting New Rows through ResultSet Objects</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Derby-ResultSet-updateString.html">updateXXX() &#8211; Updating Column Values for Row Update or Insert</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Derby-ResultSet-deleteRow.html">deleteRow() &#8211; Deleting Rows through ResultSet Objects</a></p>
<p class="bookToc"><a href="http://www.herongyang.com/jdbc/Derby-PreparedStatement.html">Java DB (Derby) &#8211; PreparedStatement</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Derby-PreparedStatement-Overview.html">PreparedStatement Overview</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Derby-PreparedStatement-Parameters.html">PreparedStatement with Parameters</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Derby-PreparedStatement-Batch.html">PreparedStatement in Batch Mode</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Derby-PreparedStatement-Insert-Performance.html">Performance of Inserting Rows with a PreparedStatement</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Derby-Regular-Statement-Insert-Performance.html">Performance of Inserting Rows with a Regular Statement</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Derby-ResultSet-Insert-Performance.html">Performance of Inserting Rows with a ResultSet</a></p>
<p class="bookToc"><a href="http://www.herongyang.com/jdbc/MySQL-Installation-and-Setup.html">MySQL Installation on Windows</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/MySQL-Download-Installation-Start.html">MySQL 5.0 Download, Installation and Start</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/MySQL-mysqladmin-Tool.html">mysqladmin &#8211; MySQL Admin Tool</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/MySQL-Command-Line-Tool.html">mysql &#8211; Command Line Tool</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/MySQL-Create-Database-and-User.html">Creating Database and User with MySQL Monitor</a></p>
<p class="bookToc"><a href="http://www.herongyang.com/jdbc/MySQL-JDBC-Driver.html">MySQL JDBC Driver (MySQL Connector/J)</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/MySQL-JDBC-Driver-Installation.html">MySQL Connector/J &#8211; Download and Installation</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/ySQL-JDBC-Driver-Load-Class.html">Loading JDBC Driver Class &#8211; mysql-connector-java-5.0.7-bin.jar</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/MySQL-JDBC-Driver-Connection-URL.html">JDBC Driver Connection URL</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/MySQL-JDBC-Driver-DataSource.html">Creating Connections with DataSource Class</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/MySQL-JDBC-Driver-Server-Information.html">Getting Driver and Server Information</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/MySQL-JDBC-AUTO_INCREMENT.html">Creating Tables with AUTO_INCREMENT Columns</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/MySQL-JDBC-INSERT-INTO.html">&#8220;INSERT INTO&#8221; Statements</a></p>
<p class="bookToc"><a href="http://www.herongyang.com/jdbc/MySQL-PreparedStatement.html">MySQL &#8211; PreparedStatement</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/MySQL-PreparedStatement-Overview.html">PreparedStatement Overview</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/MySQL-PreparedStatement-Parameters.html">PreparedStatement with Parameters</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/MySQL-PreparedStatement-Batch.html">PreparedStatement in Batch Mode</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/MySQL-PreparedStatement-Insert-Performance.html">Performance of Inserting Rows with a PreparedStatement</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/MySQL-Regular-Statement-Insert-Performance.html">Performance of Inserting Rows with a Regular Statement</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/MySQL-ResultSet-Insert-Performance.html">Performance of Inserting Rows with a ResultSet</a></p>
<p class="bookToc"><a href="http://www.herongyang.com/jdbc/MySQL-JdbcRowSet-Implementation.html">MySQL &#8211; Reference Implementation of JdbcRowSet</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/MySQL-JdbcRowSet-Overview.html">Overview of RowSet Objects</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/MySQL-JdbcRowSet-Installation.html">Installation of JdbcRowSet Reference Implementation</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/MySQL-JdbcRowSet-Connection.html">Connecting JdbcRowSet to Database Servers</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/MySQL-JdbcRowSet-Connection-URL.html">Connecting JdbcRowSet with a Connection URL</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/MySQL-JdbcRowSet-Predefined-Connection.html">Connecting JdbcRowSet with a Predefined Connection Object</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/MySQL-JdbcRowSet-Predefined-ResultSet.html">Connecting JdbcRowSet with a Predefined ResultSet Object</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/MySQL-JdbcRowSet-DataSource.html">Connecting JdbcRowSet with JNDI Directory Service</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/MySQL-JdbcRowSet-Parameters.html">JdbcRowSet Query Statement with Parameters</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/MySQL-JdbcRowSet-Insert-Rows.html">Inserting Rows with JdbcRowSet Objects</a></p>
<p class="bookToc"><a href="http://www.herongyang.com/jdbc/MySQL-CallableStatement.html">MySQL &#8211; JBDC CallableStatement</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/MySQL-CallableStatement-Overview.html">Overview of CallableStatement Objects</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/MySQL-CallableStatement-CREATE-PROCEDURE.html">&#8220;CREATE PROCEDURE&#8221; &#8211; Creating a Simple Procedure</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/MySQL-CallableStatement-Procedure-Parameters.html">Creating Procedures with IN and OUT Parameters</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/MySQL-CallableStatement-Procedure-INOUT.html">Creating Procedures with INOUT Parameters</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/MySQL-CallableStatement-Procedure-Multiple-Queries.html">Creating Procedures with Multiple Queries</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/MySQL-CallableStatement-prepareCall.html">Creating CallableStatement Objects with prepareCall()</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/MySQL-CallableStatement-executeQuery.html">Capturing ResultSet with executeQuery()</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/MySQL-CallableStatement-Parameters.html">Creating CallableStatement Objects with Parameters</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/MySQL-CallableStatement-Parameter-Errors.html">Common Errors with CallableStatement Parameters</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/MySQL-CallableStatement-INOUT-Parameters.html">Creating CallableStatement Objects with INOUT Parameters</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/MySQL-CallableStatement-Multiple-ResulSet.html">Retrieving Multiple ResultSet Objects</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/MySQL-CallableStatement-Permission-Error.html">Executing Stored Procedures without Permission</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/MySQL-CallableStatement-getProcedures.html">getProcedures() &#8211; Listing Stored Procedures</a></p>
<p class="bookToc"><a href="http://www.herongyang.com/jdbc/Oracle-Installation-and-Setup.html">Oracle Express Edition Installation on Windows</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Oracle-10g-XE-Express-Edition-Installation.html">Oracle Database 10g Express Edition (XE) Installation</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Oracle-Server-Web-Interface.html">Accessing Oracle Server through Web Interface</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Oracle-Creat-Database-Users.html">Creating Oracle Database Users</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Oracle-sqlplus-Command-Line-Interface.html">SQL*Plus &#8211; Oracle Command Line Interface</a></p>
<p class="bookToc"><a href="http://www.herongyang.com/jdbc/Oracle-JDBC-Drivers.html">Oracle JDBC Drivers</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Oracle-JDBC-Drivers-Overview.html">Oracle JDBC Drivers Overview</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Oracle-JDBC-Thin-Client-Side-Driver.html">JDBC Thin Client-Side Driver Installation</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Oracle-JDBC-Driver-Load-Class.html">Loading JDBC Driver Class &#8211; ojdbc14.jar</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Oracle-JDBC-Driver-Connection-URL.html">JDBC Driver Connection URL</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Oracle-JDBC-Driver-DataSource.html">Creating Connections with DataSource Class</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Oracle-JDBC-Driver-DataSource-Error.html">DataSource Error &#8211; makeURL() Failed</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Oracle-JDBC-Driver-Server-Information.html">Getting Driver and Server Information</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Oracle-JDBC-CREATE-TABLE.html">&#8220;CREATE TABLE&#8221; &#8211; Creating New Tables</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Oracle-JDBC-INSERT-INTO.html">&#8220;INSERT INTO&#8221; &#8211; Inserting New Data Rows</a></p>
<p class="bookToc"><a href="http://www.herongyang.com/jdbc/Oracle-JdbcRowSet-Implementation.html">Oracle &#8211; Reference Implementation of JdbcRowSet</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Oracle-JdbcRowSet-Overview.html">Overview of RowSet Objects</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Oracle-JdbcRowSet-Installation.html">Installation of JdbcRowSet Reference Implementation</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Oracle-JdbcRowSet-Connection.html">Connecting JdbcRowSet to Database Servers</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Oracle-JdbcRowSet-Connection-URL.html">Connecting JdbcRowSet with a Connection URL</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Oracle-JdbcRowSet-Predefined-Connection.html">Connecting JdbcRowSet with a Predefined Connection Object</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Oracle-JdbcRowSet-Predefined-ResultSet.html">Connecting JdbcRowSet with a Predefined ResultSet Object</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Oracle-JdbcRowSet-DataSource.html">Connecting JdbcRowSet with JNDI Directory Service</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Oracle-JdbcRowSet-Parameters.html">JdbcRowSet Query Statement with Parameters</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Oracle-JdbcRowSet-Insert-Rows.html">Inserting Rows with JdbcRowSet Objects</a></p>
<p class="bookToc"><a href="http://www.herongyang.com/jdbc/Oracle-PreparedStatement.html">Oracle &#8211; PreparedStatement</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Oracle-PreparedStatement-Overview.html">PreparedStatement Overview</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Oracle-PreparedStatement-Parameters.html">PreparedStatement with Parameters</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Oracle-PreparedStatement-Batch.html">PreparedStatement in Batch Mode</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Oracle-PreparedStatement-Insert-Performance.html">Performance of Inserting Rows with a PreparedStatement</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Oracle-Regular-Statement-Insert-Performance.html">Performance of Inserting Rows with a Regular Statement</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Oracle-ResultSet-Insert-Performance.html">Performance of Inserting Rows with a ResultSet</a></p>
<p class="bookToc"><a href="http://www.herongyang.com/jdbc/Oracle-CallableStatement.html">Oracle &#8211; JBDC CallableStatement</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Oracle-CallableStatement-Overview.html">Overview of CallableStatement Objects</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Oracle-CallableStatement-CREATE-PROCEDURE.html">&#8220;CREATE PROCEDURE&#8221; &#8211; Creating a Simple Procedure</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Oracle-CallableStatement-Procedure-Parameters.html">Creating Procedures with IN and OUT Parameters</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Oracle-CallableStatement-prepareCall.html">Creating CallableStatement Objects with prepareCall()</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Oracle-CallableStatement-Parameters.html">Creating CallableStatement Objects with Parameters</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Oracle-CallableStatement-getProcedures.html">getProcedures() &#8211; Listing Stored Procedures</a></p>
<p class="bookToc"><a href="http://www.herongyang.com/jdbc/SQL-Server-2005-Express-Edition.html">Microsoft SQL Server 2005 Express Edition</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/SQL-Server-2005-Express-Download.html">Downloading Microsoft SQL Server 2005 Express Edition</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/SQL-Server-2005-Express-Installation.html">Installing Microsoft SQL Server 2005 Express Edition</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/SQLCMD-Running-SQL-Statements.html">SQLCMD SQL Server Command Line Tool</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/AdventureWorksLT-Sample-Database.html">Installing AdventureWorksLT Sample Database</a></p>
<p class="bookToc"><a href="http://www.herongyang.com/jdbc/sqljdbc-jar-Microsoft-JDBC-Driver.html">Microsoft JDBC Driver for SQL Server &#8211; sqljdbc.jar</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/sqljdbc-jar-Installation.html">Installing Microsoft JDBC Driver for SQL Server</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/sqljdbc-jar-Loading-Driver-Class.html">Loading Driver Class with Class.forName()</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/sqljdbc-jar-Connection-URL.html">DriverManager.getConnection() and Connection URL</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/sqljdbc-jar-Connection-Port-Number.html">Specifying Port Number in Connection URL</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/sqljdbc-jar-Close-Connection.html">Closing the Database Connection &#8211; con.close()</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/sqljdbc-jar-Connection-URL-with-Database.html">Specifying Database Name in Connection URL</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/sqljdbc-jar-Incorrect-Database-Name.html">Incorrect Database Name in Connection URL</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/SQL-Server-JDBC-Driver-DataSource.html">Creating Connections with DataSource Class</a></p>
<p class="bookToc"><a href="http://www.herongyang.com/jdbc/sqljdbc-jar-Query-Result-Set.html">Microsoft JDBC Driver &#8211; Query Statements and Result Sets</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/sqljdbc-jar-Common-Class-Methods.html">Commonly Used JDBC Class Methods</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/sqljdbc-jar-createStatement-executeQuery.html">Calling createStatement() and executeQuery</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/sqljdbc-jar-ResultSet-Data-Field.html">Receiving ResultSet Objects from executeQuery</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/sqljdbc-jar-ResultSet-Close.html">Closing ResultSet Objects &#8211; res.close()</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/sqljdbc-jar-ResultSet-Loop.html">Looping through ResultSet with res.next()</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/sqljdbc-jar-ResultSet-getString.html">Retrieving Field Values using res.get*() Methods</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/sqljdbc-jar-ResultSetMetaData.html">Using ResultSetMetaData Objects to List All Fields</a></p>
<p class="bookToc"><a href="http://www.herongyang.com/jdbc/sqljdbc-jar-DatabaseMetaData.html">Microsoft JDBC Driver &#8211; DatabaseMetaData Object</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/sqljdbc-jar-DatabaseMetaData-Methods.html">Commonly Used DatabaseMetaData Methods</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/sqljdbc-jar-Database-Server-Info.html">Getting Database Server and Driver Info</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/sqljdbc-jar-Database-List.html">Listing All Databases &#8211; getCatalogs()</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/sqljdbc-jar-Schema-List.html">Listing All Schemas &#8211; getSchemas()</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/sqljdbc-jar-Table-List.html">Listing All Tables &#8211; getTables()</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/sqljdbc-jar-Column-List.html">Listing All Culumns &#8211; getColumns()</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/sqljdbc-jar-Procedure-List.html">Listing All Stored Procedures &#8211; getProcedures()</a></p>
<p class="bookToc"><a href="http://www.herongyang.com/jdbc/sqljdbc-jar-DDL-Statements.html">Microsoft JDBC Driver &#8211; DDL Statements</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/sqljdbc-jar-executeUpdate.html">Executing &#8220;Update&#8221; Statements &#8211; executeUpdate()</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/sqljdbc-jar-CREATE-SCHEMA.html">&#8220;CREATE SCHEMA&#8221; Statements</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/sqljdbc-jar-CREATE-TABLE.html">&#8220;CREATE TABLE&#8221; Statements</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/sqljdbc-jar-ALTER-TABLE.html">&#8220;ALTER TABLE&#8221; Statements</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/sqljdbc-jar-DROP-TABLE.html">&#8220;DROP TABLE&#8221; Statements</a></p>
<p class="bookToc"><a href="http://www.herongyang.com/jdbc/sqljdbc-jar-DML-Statements.html">Microsoft JDBC Driver &#8211; DML Statements</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/sqljdbc-jar-SELECT-INTO.html">&#8220;SELECT &#8230; INTO&#8221; Statements</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/sqljdbc-jar-INSERT-INTO.html">&#8220;INSERT INTO&#8221; Statements</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/sqljdbc-jar-INSERT-INTO-INDENTITY.html">&#8220;INSERT INTO&#8221; Statements with INDENTITY Columns</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/sqljdbc-jar-UPDATE.html">&#8220;UPDATE&#8221; Statements</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/sqljdbc-jar-DELETE-FROM.html">&#8220;DELETE FROM&#8221; Statements</a></p>
<p class="bookToc"><a href="http://www.herongyang.com/jdbc/SQL-Server-PreparedStatement.html">SQL Server &#8211; PreparedStatement</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/SQL-Server-PreparedStatement-Create-User.html">Create a New User in SQL Server</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/SQL-Server-PreparedStatement-IDENTITY-Column.html">Creating a Table with an IDENTITY Column</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/SQL-Server-PreparedStatement-INSERT.html">Inserting Rows to the Test Table</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/SQL-Server-PreparedStatement-Overview.html">PreparedStatement Overview</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/SQL-Server-PreparedStatement-Parameters.html">PreparedStatement with Parameters</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/SQL-Server-PreparedStatement-Batch.html">PreparedStatement in Batch Mode</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/SQL-Server-PreparedStatement-Insert-Performance.html">Performance of Inserting Rows with a PreparedStatement</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/SQL-Server-Regular-Statement-Insert-Performance.html">Performance of Inserting Rows with a Regular Statement</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/SQL-Server-ResultSet-Insert-Performance.html">Performance of Inserting Rows with a ResultSet</a></p>
<p class="bookToc"><a href="http://www.herongyang.com/jdbc/JDBC-ODBC-Bridge-Driver.html">JDBC-ODBC Bridge Driver &#8211; sun.jdbc.odbc.JdbcOdbcDriver</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/JDBC-ODBC-Bridge-Driver-Features.html">JDBC-ODBC Bridge Driver Features</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/JDBC-ODBC-Loading-Driver.html">JDBC-ODBC &#8211; Loading sun.jdbc.odbc.JdbcOdbcDriver</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/JDBC-ODBC-Creating-DSN.html">JDBC-ODBC &#8211; Creating DNS</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/JDBC-ODBC-DSN-Connection.html">JDBC-ODBC &#8211; Connecting to a DSN</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/JDBC-ODBC-Incorrect-DSN.html">JDBC-ODBC &#8211; Problem with Incorrect DSN</a></p>
<p class="bookToc"><a href="http://www.herongyang.com/jdbc/JDBC-ODBC-Flat-Text-File.html">JDBC-ODBC Bridge Driver &#8211; Flat Text Files</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/JDBC-ODBC-DSN-for-Flat-File.html">JDBC-ODBC &#8211; Creating DNS for Flat Test File</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/JDBC-ODBC-Flat-File-Connection.html">JDBC-ODBC &#8211; Connecting to Flat Text Files</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/JDBC-ODBC-Flat-File-Driver-Info.html">JDBC-ODBC &#8211; Getting Flat File Driver Info</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/JDBC-ODBC-Flat-File-Create-Table.html">JDBC-ODBC &#8211; CREATE TABLE in Flat Text Files</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/JDBC-ODBC-Flat-File-List-Tables.html">JDBC-ODBC &#8211; Listing Tables with meta.GetTables()</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/JDBC-ODBC-Flat-File-Tab-Delimited.html">JDBC-ODBC &#8211; Tab Delimited Flat File Data</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/JDBC-ODBC-Flat-File-ODBC-Configuration.html">JDBC-ODBC &#8211; ODBC Configuration for Flat Files</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/JDBC-ODBC-Flat-File-SELECT-Query.html">JDBC-ODBC &#8211; Executing Queries on Flat Files</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/JDBC-ODBC-Flat-File-Missing.html">JDBC-ODBC &#8211; Missing Flat Data Files</a></p>
<p class="bookToc"><a href="http://www.herongyang.com/jdbc/JDBC-ODBC-MS-Access.html">JDBC-ODBC Bridge Driver &#8211; MS Access</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/JDBC-ODBC-Access-Creating-Database.html">JDBC-ODBC &#8211; Creating a MS Access Database File</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/JDBC-ODBC-DSN-for-MS-Access.html">JDBC-ODBC &#8211; Creating DNS for MS Access</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/JDBC-ODBC-MS-Access-Connection.html">JDBC-ODBC &#8211; Connecting to MS Access Database Files</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/JDBC-ODBC-Access-Database-Info.html">JDBC-ODBC &#8211; MS Access Database and Driver Info</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/JDBC-ODBC-Access-CREATE-TABLE.html">JDBC-ODBC &#8211; Creating New Tables in MS Access Database</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/JDBC-ODBC-Access-INSERT-INTO.html">JDBC-ODBC &#8211; Inserting Data Rows to MS Access Database</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/JDBC-ODBC-Access-SELECT-FROM.html">JDBC-ODBC &#8211; Running Queries on MS Access Database</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/JDBC-ODBC-Driver-DataSource.html">Creating Connections with DataSource Class</a></p>
<p class="bookToc"><a href="http://www.herongyang.com/jdbc/JDBC-ODBC-SQL-Server.html">JDBC-ODBC Bridge Driver &#8211; MS SQL Server</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/JDBC-ODBC-SQL-Server-TCP-IP.html">JDBC-ODBC &#8211; Configuring SQL Server for TCP/IP Connection</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/JDBC-ODBC-DSN-for-SQL-Server.html">JDBC-ODBC &#8211; Creating DNS for SQL Server 2005</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/JDBC-ODBC-SQL-Server-Connection.html">JDBC-ODBC &#8211; Connecting to SQL Server 2005</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/JDBC-ODBC-SQL-Server-Info.html">JDBC-ODBC &#8211; SQL Server and Driver Info</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/JDBC-ODBC-SQL-Server-Current-Database.html">JDBC-ODBC &#8211; Setting Current Database</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/JDBC-ODBC-SQL-Server-Loop-ResultSet.html">JDBC-ODBC &#8211; Looping through ResultSet</a></p>
<p class="bookToc"><a href="http://www.herongyang.com/jdbc/Summary-Database-Servers.html">Summary of JDBC Drivers and Database Servers</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Summary-JDBC-Drivers.html">JDBC Drivers Tested with Java SE 1.6</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Summary-Connection-URL.html">Connection URL Formats and Examples</a></p>
<p class="chapterToc"><a href="http://www.herongyang.com/jdbc/Summary-DataSource-Interface.html">Implementations of the DataSource Interface</a></p>
<p class="chapterToc"><a href="//www.herongyang.com/jdbc/ummary-Performances-on-Inserting-Rows.html">Performances on Inserting Rows</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jdbc101.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jdbc101.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jdbc101.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jdbc101.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jdbc101.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jdbc101.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jdbc101.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jdbc101.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jdbc101.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jdbc101.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jdbc101.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jdbc101.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jdbc101.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jdbc101.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jdbc101.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jdbc101.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jdbc101.wordpress.com&amp;blog=1721584&amp;post=3&amp;subd=jdbc101&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jdbc101.wordpress.com/2007/09/14/jdbc-tutorials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c9efee430315d381b8a50d5c11f2c563?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">101</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://jdbc101.wordpress.com/2007/09/14/hello-world/</link>
		<comments>http://jdbc101.wordpress.com/2007/09/14/hello-world/#comments</comments>
		<pubDate>Fri, 14 Sep 2007 21:39:06 +0000</pubDate>
		<dc:creator>101</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jdbc101.wordpress.com&amp;blog=1721584&amp;post=1&amp;subd=jdbc101&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Welcome to <a href="http://wordpress.com/">WordPress.com</a>. This is your first post. Edit or delete it and start blogging!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jdbc101.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jdbc101.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jdbc101.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jdbc101.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jdbc101.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jdbc101.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jdbc101.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jdbc101.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jdbc101.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jdbc101.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jdbc101.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jdbc101.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jdbc101.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jdbc101.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jdbc101.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jdbc101.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jdbc101.wordpress.com&amp;blog=1721584&amp;post=1&amp;subd=jdbc101&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jdbc101.wordpress.com/2007/09/14/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c9efee430315d381b8a50d5c11f2c563?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">101</media:title>
		</media:content>
	</item>
	</channel>
</rss>
