<?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/"
	>

<channel>
	<title>programcreek.com &#187; Database</title>
	<atom:link href="http://www.programcreek.com/category/database/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.programcreek.com</link>
	<description></description>
	<lastBuildDate>Sun, 05 Feb 2012 23:15:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Java code for connecting MS SQL Server by using SQL Server Authentication</title>
		<link>http://www.programcreek.com/2010/05/java-code-for-connecting-ms-sql-server-by-using-sql-server-authentication/</link>
		<comments>http://www.programcreek.com/2010/05/java-code-for-connecting-ms-sql-server-by-using-sql-server-authentication/#comments</comments>
		<pubDate>Thu, 27 May 2010 01:17:19 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[connect MS SQL Server]]></category>
		<category><![CDATA[java code]]></category>

		<guid isPermaLink="false">http://www.programcreek.com/?p=1759</guid>
		<description><![CDATA[First of all, You will need to add a jar file to your project library as SQL Server 2000 Driver for JDBC Service. My target is SQL Server 2000, it will require the jar file called &#8220;sqljdbc4.jar&#8221;. This is not supported on Microsoft website now, you can download it here. For other versions of SQL [...]]]></description>
		<wfw:commentRss>http://www.programcreek.com/2010/05/java-code-for-connecting-ms-sql-server-by-using-sql-server-authentication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java connect MS SQL Server using windows authentication</title>
		<link>http://www.programcreek.com/2009/08/java-connect-ms-sql-server-using-windows-authentication/</link>
		<comments>http://www.programcreek.com/2009/08/java-connect-ms-sql-server-using-windows-authentication/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 22:20:45 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[java connect SQL Server]]></category>
		<category><![CDATA[sample code]]></category>
		<category><![CDATA[set ODBC using windows authentication]]></category>
		<category><![CDATA[windows authentication]]></category>

		<guid isPermaLink="false">http://www.programcreek.com/?p=790</guid>
		<description><![CDATA[The first step is to setup ODBC, you can go to Control panel -&#62; Administrative tools -&#62; ODBC. Add a new DSN to connect MS SQL Server using windows authentication account following wizard setup. The second step is the same as using SQL Server authentication account. But the only change is that the connection string [...]]]></description>
		<wfw:commentRss>http://www.programcreek.com/2009/08/java-connect-ms-sql-server-using-windows-authentication/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Put Database Connection to ServletContextListener</title>
		<link>http://www.programcreek.com/2009/07/put-database-connection-to-servletcontextlistener/</link>
		<comments>http://www.programcreek.com/2009/07/put-database-connection-to-servletcontextlistener/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 19:18:12 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[JSP/JSF]]></category>
		<category><![CDATA[connect]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[ServletContextListener]]></category>

		<guid isPermaLink="false">http://www.programcreek.com/?p=762</guid>
		<description><![CDATA[ServletContextListener is helpful in informing about context Initilazation and destruction. In a typical content management web system, there is always a database behind. The example demonstrate how to connect MySQL database during context initialization stage. Tools and packages: eclipse and JDBC MySQL Connector. 1. Create a dynamic web project TestServlet, import the connector .jar file [...]]]></description>
		<wfw:commentRss>http://www.programcreek.com/2009/07/put-database-connection-to-servletcontextlistener/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prototype of Java Database Class</title>
		<link>http://www.programcreek.com/2009/06/prototype-of-database-class/</link>
		<comments>http://www.programcreek.com/2009/06/prototype-of-database-class/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 21:08:03 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[Java SE/EE]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.programcreek.com/?p=646</guid>
		<description><![CDATA[Can we do a Database connection class which allows us just change the configuration file, and then use the database? I did the prototype of this class which is very simple. But the idea is good, always use a very simple jar file to get setup database which can then do SQL query operations. package [...]]]></description>
		<wfw:commentRss>http://www.programcreek.com/2009/06/prototype-of-database-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java code for connecting Mysql database and using Arraylist type</title>
		<link>http://www.programcreek.com/2009/01/java-code-for-connecting-mysql-database-and-using-arraylist-type/</link>
		<comments>http://www.programcreek.com/2009/01/java-code-for-connecting-mysql-database-and-using-arraylist-type/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 02:06:53 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Database]]></category>

		<guid isPermaLink="false">http://www.programcreek.com/?p=19</guid>
		<description><![CDATA[To get to use JDBC and ArrayList I make the following example to help myself.  The following is the steps: Create a database &#8220;travel&#8221; with a table named &#8220;person&#8221; Define a class named &#8220;Person&#8221; for mapping the person table&#8217;s columns Connecting Mysql database Select some records from the database &#8220;travel&#8221; Make objects based on each [...]]]></description>
		<wfw:commentRss>http://www.programcreek.com/2009/01/java-code-for-connecting-mysql-database-and-using-arraylist-type/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

