<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>Database-Related</title><description></description><link>http://script.wareseeker.com/Java/Database-Related</link><item><title>JDBC : A Definite Guide</title><link>http://script.wareseeker.com/Java/jdbc-a-definite-guide.zip/10386</link><description>The JDBC ( Java Database Connectivity) API defines interfaces and classes for writing database applications in Java by making database connections. Using JDBC you can send SQL, PL/SQL statements to al</description><author>WareSeeker</author><category>Database-Related</category><pubDate>Tue, 01 May 2007 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/Java/jdbc-a-definite-guide.zip/10386</guid></item><item><title>Introduction to Jena</title><link>http://script.wareseeker.com/Java/introduction-to-jena.zip/10387</link><description>RDF is increasingly recognized as an excellent choice for representing and processing semi-structured data. In this article, Web developer Philip McCarthy shows you how to use the Jena Semantic Web To</description><author>WareSeeker</author><category>Database-Related</category><pubDate>Fri, 25 Jun 2004 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/Java/introduction-to-jena.zip/10387</guid></item><item><title>Mobile Database Access</title><link>http://script.wareseeker.com/Java/mobile-database-access.zip/10388</link><description>This tutorial shows you how to build a database application using Java 2 Micro Edition (J2ME) Record Management System (RMS). It also demonstrates how to craft a MIDlet that performs the necessary log</description><author>WareSeeker</author><category>Database-Related</category><pubDate>Fri, 18 Jun 2004 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/Java/mobile-database-access.zip/10388</guid></item><item><title>Paging Records in JSP</title><link>http://script.wareseeker.com/Java/paging-records-in-jsp.zip/10389</link><description>You can divide database results into pages with this script. This source code is for available to use with MySQL. But you can modify the code to use with PostgreSql and Oracle. You can not use this co</description><author>WareSeeker</author><category>Database-Related</category><pubDate>Wed, 26 Nov 2003 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/Java/paging-records-in-jsp.zip/10389</guid></item><item><title>Counting Records in MySQL by JSP</title><link>http://script.wareseeker.com/Java/counting-records-in-mysql-by-jsp.zip/10390</link><description>This code source displays count of records in MySQL. We are using a SQL statement. You can easily modify the code to use in different languages. But this code can be used for JSP with MySQL. We will u</description><author>WareSeeker</author><category>Database-Related</category><pubDate>Wed, 26 Nov 2003 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/Java/counting-records-in-mysql-by-jsp.zip/10390</guid></item><item><title>Paging Records in JSP 1</title><link>http://script.wareseeker.com/Java/paging-records-in-jsp-1.zip/30b188c586</link><description>You can divide database results into pages with this script. This source code is for available to use with MySQL. But you can modify the code to use with PostgreSql and Oracle. You can not use this code with MS-SQL. Becuase MS-SQL does not support using</description><author>WareSeeker</author><category>Database-Related</category><pubDate>Wed, 26 Nov 2003 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/Java/paging-records-in-jsp-1.zip/30b188c586</guid></item><item><title>Counting Records in MySQL by JSP 1</title><link>http://script.wareseeker.com/Java/counting-records-in-mysql-by-jsp-1.zip/30b188f589</link><description>This code source displays count of records in MySQL. We are using a SQL statement. You can easily modify the code to use in different languages. But this code can be used for JSP with MySQL. We will use Connector/J driver to connect database.</description><author>WareSeeker</author><category>Database-Related</category><pubDate>Wed, 26 Nov 2003 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/Java/counting-records-in-mysql-by-jsp-1.zip/30b188f589</guid></item><item><title>Java DB (Derby) - DML Statements 2.11</title><link>http://script.wareseeker.com/Java/java-db-derby-dml-statements-2.11.zip/30b189558f</link><description>This Tutorial provides tutorial notes on executing DML statements with Java DB (Derby) JDBC Driver. Topics include inserting, updating and deleting data rows in existing tables; creating IDENTITY columns; handling date and timestamp values.</description><author>WareSeeker</author><category>Database-Related</category><pubDate>Tue, 03 Feb 2009 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/Java/java-db-derby-dml-statements-2.11.zip/30b189558f</guid></item><item><title>JDBC DataSource Objects 2.0</title><link>http://script.wareseeker.com/Java/jdbc-datasource-objects-2.0.zip/30b1898592</link><description>This article provides tutorial notes on using DataSource objects and JNDI to connect Java DB (Derby) Database. Topics include creating connections with ClientDataSource objects directly without JNDI; downloading and installing JNDI File System Service</description><author>WareSeeker</author><category>Database-Related</category><pubDate>Wed, 28 Nov 2007 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/Java/jdbc-datasource-objects-2.0.zip/30b1898592</guid></item><item><title>Derby (Java DB) JDBC Driver 2.00</title><link>http://script.wareseeker.com/Java/derby-java-db-jdbc-driver-2.00.zip/30b189b595</link><description>This article provides tutorial notes on the JDBC driver for Java DB (Derby) produced by Apache. Topics include loading JDBC driver classes; connecting Derby Network Server; getting JDBC driver information; creating tables and running queries through the</description><author>WareSeeker</author><category>Database-Related</category><pubDate>Thu, 20 Sep 2007 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/Java/derby-java-db-jdbc-driver-2.00.zip/30b189b595</guid></item><item><title>Connecting MS Access Database with JDBC-OBDC Bridge Driver</title><link>http://script.wareseeker.com/Java/connecting-ms-access-database-with-jdbc-obdc-bridge-driver.zip/30b189e598</link><description>Tutorials on using the JDBC-ODBC Bridge driver with MS Access database. Topics include creating MS Access database file; creating DSN for MS Access database files; inserting rows to and retrieving rows from Access database.</description><author>WareSeeker</author><category>Database-Related</category><pubDate>Thu, 30 Aug 2007 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/Java/connecting-ms-access-database-with-jdbc-obdc-bridge-driver.zip/30b189e598</guid></item><item><title>What&amp;#39;s new in JDBC 3.0</title><link>http://script.wareseeker.com/Java/what-s-new-in-jdbc-3.0.zip/30b18b05aa</link><description>The Java Database Connectivity (JDBC) API has emerged as a key part of the Java 2 Standard Edition (J2SE) and Java 2 Enterprise Edition (J2EE) platforms. It is the primary standards-based mechanism for the Java language to programmatically access</description><author>WareSeeker</author><category>Database-Related</category><pubDate>Wed, 25 Jul 2001 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/Java/what-s-new-in-jdbc-3.0.zip/30b18b05aa</guid></item><item><title>Accessing Database using Tags in JSP Pages</title><link>http://script.wareseeker.com/Java/accessing-database-using-tags-in-jsp-pages.zip/30b198b685</link><description>This step by step tutorial describes how to access database using JDBC with JSP tags in a JSP page. Also describes how to iterate through the records using BodyTag interface. Online demo available.</description><author>WareSeeker</author><category>Database-Related</category><pubDate>Wed, 22 Aug 2001 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/Java/accessing-database-using-tags-in-jsp-pages.zip/30b198b685</guid></item><item><title>File upload to BLOB field of Oracle/MySQL through Jsp</title><link>http://script.wareseeker.com/Java/file-upload-to-blob-field-of-oracle-mysql-through-jsp.zip/30b198e688</link><description>This article discusses the BLOB feature in the database and the author shows on how any file can be stored in the BLOB field of Oracle or MySQL and can be displayed as an save as attachment dialog box.</description><author>WareSeeker</author><category>Database-Related</category><pubDate>Thu, 12 Jun 2008 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/Java/file-upload-to-blob-field-of-oracle-mysql-through-jsp.zip/30b198e688</guid></item><item><title>Simplest Database Sorting (Up &amp;amp; Down) in JSP</title><link>http://script.wareseeker.com/Java/simplest-database-sorting-up-down-in-jsp.zip/30b199168b</link><description>This is the simplest and fastest code that implements table sorting in JSP (Sort Ascending &amp;amp; Sort Descending). Excellent for JSP Database beginers</description><author>WareSeeker</author><category>Database-Related</category><pubDate>Wed, 18 Jun 2003 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/Java/simplest-database-sorting-up-down-in-jsp.zip/30b199168b</guid></item><item><title>Simplest Multiple Column Sorting (Up &amp;amp; Down) in JSP</title><link>http://script.wareseeker.com/Java/simplest-multiple-column-sorting-up-down-in-jsp.zip/30b199468e</link><description>This is the simplest and fastest code that shows how to implement multiple-column table sorting in JSP (Sort Ascending &amp;amp; Sort Descending). Excellent for JSP Database beginers Author: Tanwani Anyangwe</description><author>WareSeeker</author><category>Database-Related</category><pubDate>Wed, 18 Jun 2003 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/Java/simplest-multiple-column-sorting-up-down-in-jsp.zip/30b199468e</guid></item><item><title>Dynamic Web-based data access using JSP and JDBC technologies</title><link>http://script.wareseeker.com/Java/dynamic-web-based-data-access-using-jsp-and-jdbc-technologies.zip/30b1997691</link><description>This article discusses using the JSP and JDBC technologies to integrate static, dynamic, and database content in Web sites. For the purposes of simplicity and illustration, the JSP pages here use short scriptlets to expose the JSP developer to the</description><author>WareSeeker</author><category>Database-Related</category><pubDate>Wed, 26 Sep 2001 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/Java/dynamic-web-based-data-access-using-jsp-and-jdbc-technologies.zip/30b1997691</guid></item><item><title>Inserting Records into the Database using Java Servlets.</title><link>http://script.wareseeker.com/Java/inserting-records-into-the-database-using-java-servlets..zip/30b199a694</link><description>An article on inserting records into the database with Java Servlets. Every step from establishing a Connection to executing the INSERT SQL query is explained in detail. Online demo available.</description><author>WareSeeker</author><category>Database-Related</category><pubDate>Wed, 27 Jun 2001 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/Java/inserting-records-into-the-database-using-java-servlets..zip/30b199a694</guid></item><item><title>Displaying Records from the Database using Java Servlets.</title><link>http://script.wareseeker.com/Java/displaying-records-from-the-database-using-java-servlets..zip/30b199d697</link><description>An article on displaying records from the database with Java Servlets. Every step from establishing a Connection to iterating through ResultSet is explained in detail.</description><author>WareSeeker</author><category>Database-Related</category><pubDate>Mon, 25 Jun 2001 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/Java/displaying-records-from-the-database-using-java-servlets..zip/30b199d697</guid></item><item><title>Updating records in the Database using JDBC with Java Servlets</title><link>http://script.wareseeker.com/Java/updating-records-in-the-database-using-jdbc-with-java-servlets.zip/30b19a069a</link><description>An article on updating records in the database using JDBC with Java Servlets. Every step from establishing a Connection to executing the UPDATE query is explained in detail. Online demo available.</description><author>WareSeeker</author><category>Database-Related</category><pubDate>Fri, 29 Jun 2001 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/Java/updating-records-in-the-database-using-jdbc-with-java-servlets.zip/30b19a069a</guid></item></channel></rss>