<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Accessing MS Access 2007 on NetBeans 6.5 using JDBC, Part 3: Create a Connection</title>
	<atom:link href="http://www.linglom.com/2009/08/31/accessing-ms-access-2007-on-netbeans-6-5-using-jdbc-part-3-create-a-connection/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linglom.com/2009/08/31/accessing-ms-access-2007-on-netbeans-6-5-using-jdbc-part-3-create-a-connection/</link>
	<description>Just another IT weblog</description>
	<lastBuildDate>Fri, 12 Mar 2010 03:19:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: linglom</title>
		<link>http://www.linglom.com/2009/08/31/accessing-ms-access-2007-on-netbeans-6-5-using-jdbc-part-3-create-a-connection/comment-page-1/#comment-6113</link>
		<dc:creator>linglom</dc:creator>
		<pubDate>Tue, 02 Mar 2010 02:32:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/?p=1029#comment-6113</guid>
		<description>Hi, Veethia

Can you show your code? 
I would suggest you to re-check the connection string to see if it type correctly (both driver name and database location).</description>
		<content:encoded><![CDATA[<p>Hi, Veethia</p>
<p>Can you show your code?<br />
I would suggest you to re-check the connection string to see if it type correctly (both driver name and database location).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: veethia</title>
		<link>http://www.linglom.com/2009/08/31/accessing-ms-access-2007-on-netbeans-6-5-using-jdbc-part-3-create-a-connection/comment-page-1/#comment-6099</link>
		<dc:creator>veethia</dc:creator>
		<pubDate>Fri, 26 Feb 2010 09:24:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/?p=1029#comment-6099</guid>
		<description>Hi sir i followed the step to connect but i get this error below when i run the file.Can you please guide me how to solve this..

[Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key Temporary (volatile) Ace DSN for process 0x1084 Thread 0x139c DBC 0x3ce8004</description>
		<content:encoded><![CDATA[<p>Hi sir i followed the step to connect but i get this error below when i run the file.Can you please guide me how to solve this..</p>
<p>[Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key Temporary (volatile) Ace DSN for process 0&#215;1084 Thread 0&#215;139c DBC 0&#215;3ce8004</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: linglom</title>
		<link>http://www.linglom.com/2009/08/31/accessing-ms-access-2007-on-netbeans-6-5-using-jdbc-part-3-create-a-connection/comment-page-1/#comment-5852</link>
		<dc:creator>linglom</dc:creator>
		<pubDate>Thu, 11 Feb 2010 03:01:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/?p=1029#comment-5852</guid>
		<description>Hi, Mark 
Try to follow the step on the comment above (comment 2). You have to type exactly the same as the driver name show on ODBC Data Source.</description>
		<content:encoded><![CDATA[<p>Hi, Mark<br />
Try to follow the step on the comment above (comment 2). You have to type exactly the same as the driver name show on ODBC Data Source.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark</title>
		<link>http://www.linglom.com/2009/08/31/accessing-ms-access-2007-on-netbeans-6-5-using-jdbc-part-3-create-a-connection/comment-page-1/#comment-5819</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Wed, 10 Feb 2010 03:25:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/?p=1029#comment-5819</guid>
		<description>hi, i follow this steps, but when im run this program, java tell me this:

SQLException : java.sql.SQLException: No Suitable driver

hoping for your answer.</description>
		<content:encoded><![CDATA[<p>hi, i follow this steps, but when im run this program, java tell me this:</p>
<p>SQLException : java.sql.SQLException: No Suitable driver</p>
<p>hoping for your answer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: linglom</title>
		<link>http://www.linglom.com/2009/08/31/accessing-ms-access-2007-on-netbeans-6-5-using-jdbc-part-3-create-a-connection/comment-page-1/#comment-4692</link>
		<dc:creator>linglom</dc:creator>
		<pubDate>Fri, 25 Sep 2009 03:59:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/?p=1029#comment-4692</guid>
		<description>Hi, Dorian
Try to verify if your driver name is the same as the example above, &lt;b&gt;Microsoft Access Driver (*.mdb, *.accdb)&lt;/b&gt;. 

You can check the driver name by open Data Sources (ODBC) by Control Panel -&gt; Administrative Tools -&gt; Data Sources (ODBC). Then, click Add. You will see list of ODBC drivers, browse a driver name which contains extension *.accdb. If you can&#039;t find one, you may need to install the driver. If you found and the driver name isn&#039;t match as the example above, change it on the code (step 6 - line 3-4).

To install the driver, see &lt;a href=&quot;http://www.microsoft.com/downloads/details.aspx?familyid=7554F536-8C28-4598-9B72-EF94E038C891&amp;displaylang=en&quot; rel=&quot;nofollow&quot;&gt;2007 Office System Driver: Data Connectivity Components&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Hi, Dorian<br />
Try to verify if your driver name is the same as the example above, <b>Microsoft Access Driver (*.mdb, *.accdb)</b>. </p>
<p>You can check the driver name by open Data Sources (ODBC) by Control Panel -> Administrative Tools -> Data Sources (ODBC). Then, click Add. You will see list of ODBC drivers, browse a driver name which contains extension *.accdb. If you can&#8217;t find one, you may need to install the driver. If you found and the driver name isn&#8217;t match as the example above, change it on the code (step 6 &#8211; line 3-4).</p>
<p>To install the driver, see <a href="http://www.microsoft.com/downloads/details.aspx?familyid=7554F536-8C28-4598-9B72-EF94E038C891&#038;displaylang=en" rel="nofollow">2007 Office System Driver: Data Connectivity Components</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dorian</title>
		<link>http://www.linglom.com/2009/08/31/accessing-ms-access-2007-on-netbeans-6-5-using-jdbc-part-3-create-a-connection/comment-page-1/#comment-4689</link>
		<dc:creator>Dorian</dc:creator>
		<pubDate>Wed, 23 Sep 2009 16:04:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/?p=1029#comment-4689</guid>
		<description>hi, I do all steps that you write here, I&#039;m using NetBeans 6.7 and Microsoft Access 2007, but when I run the program, java tell me this error:

java.sql.SQLException: [Microsoft][Administrador de controladores ODBC] No se encuentra el nombre del origen de datos y no se especific? ning?n controlador predeterminado

sorry it&#039;s in spanish, in English may be like this:  Don´t find the name of the origen and not specific a predeterminated controller, can you help me, thanks.</description>
		<content:encoded><![CDATA[<p>hi, I do all steps that you write here, I&#8217;m using NetBeans 6.7 and Microsoft Access 2007, but when I run the program, java tell me this error:</p>
<p>java.sql.SQLException: [Microsoft][Administrador de controladores ODBC] No se encuentra el nombre del origen de datos y no se especific? ning?n controlador predeterminado</p>
<p>sorry it&#8217;s in spanish, in English may be like this:  Don´t find the name of the origen and not specific a predeterminated controller, can you help me, thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
