<?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>ActivoRicordi Captain's log &#187; Java</title>
	<atom:link href="http://blog.activoricordi.com/category/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.activoricordi.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 25 Aug 2010 15:22:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Developing Java with SAP MaxDB Database &#8211; Part 1</title>
		<link>http://blog.activoricordi.com/2008/08/developing-java-with-sap-maxdb-database-part-1/</link>
		<comments>http://blog.activoricordi.com/2008/08/developing-java-with-sap-maxdb-database-part-1/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 23:58:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[sap]]></category>
		<category><![CDATA[sap maxdb]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[Java Development]]></category>
		<category><![CDATA[maxdb]]></category>

		<guid isPermaLink="false">http://blog.activoricordi.com/?p=43</guid>
		<description><![CDATA[SAP MaxDB is a relational database that provides functions for creating, using, and managing databases and the software comprises the database kernel, tools, and interfaces. SAP MaxDB has its own JDBC Driver which we can used to execute SQL statements with Java. It is a JDBC 2.0, that you can find on the following location [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>SAP MaxDB is a relational database that provides functions for creating, using, and managing databases and the software comprises the database kernel, tools, and interfaces.
</p></blockquote>
<p>SAP MaxDB has its own JDBC Driver which we can used to execute SQL statements with Java. It is a JDBC 2.0, that you can find on the following location of the installed MaxDB JDBC driver file at:<br />
<code><independent_program_path>\runtime\jar\sapdbc.jar</code> . For instance, when I installed on my local machine I did it on the following location:<br />
<code>D:\sapdb\programs\runtime\jar</code><br />
The java class for the JDBC drive is the <i>com.sap.dbtech.jdbc.DriverSapDB</i></p>
<p>Well, that enough for today. On the next<br />
Kind regards</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.activoricordi.com/2008/08/developing-java-with-sap-maxdb-database-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
