<?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>Marc Giombetti &#187; databases</title>
	<atom:link href="http://www.giombetti.com/tag/databases/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.giombetti.com</link>
	<description>Marc Giombetti's blog about computer science and lifestyle.</description>
	<lastBuildDate>Wed, 04 Nov 2009 22:24:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SQL Connection Strings</title>
		<link>http://www.giombetti.com/2008/09/29/sql-connection-strings/</link>
		<comments>http://www.giombetti.com/2008/09/29/sql-connection-strings/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 14:47:52 +0000</pubDate>
		<dc:creator>marc</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[connection strings]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.giombetti.com/?p=103</guid>
		<description><![CDATA[
In the last couple of weeks I have been working a lot with different databases which I had to connect to from Java. It is sometime stressful to look up the right format of the connection string to the database. Even though, these strings should, or are meant to be standardized, they are not.
I found [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-107" title="png-others-web_database-256x2561" src="http://www.giombetti.com/wp-content/2008/09/png-others-web_database-256x2561.png" alt="" width="155" height="165" /></p>
<p>In the last couple of weeks I have been working a lot with different <a href="http://en.wikipedia.org/wiki/Database" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/en.wikipedia.org');">databases</a> which I had to connect to from Java. It is sometime stressful to look up the right format of the <a href="http://en.wikipedia.org/wiki/Connection_string" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/en.wikipedia.org');">connection string</a> to the database. Even though, these strings should, or are meant to be standardized, they are not.</p>
<p>I found this very helpful website <a href="http://www.connectionstrings.com/" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.connectionstrings.com');">ConnectionStrings.com </a>which lists the connection strings for open-source as well as professional commercial databases. This list includes among others, the connection strings for Microsoft SQL Server 2008, MySQL, Oracle, IBM DB2, Informix, Postgre SQL, Caché, SQLite, &#8230;</p>
<p>I want to share this information with you, because it can save you a lot of time, looking up those strings in tutorials or in the documentation of the different databases.<span id="more-103"></span></p>
<p><strong>Links:</strong></p>
<ul>
<li><a href="http://www.connectionstrings.com/" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.connectionstrings.com');">ConnectionStrings.com</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.giombetti.com/2008/09/29/sql-connection-strings/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
