<?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>A R U N &#187; Coldfusion</title>
	<atom:link href="http://a-r-u-n.com/b/index.php/category/technical-stuffs/coldfusion/feed/" rel="self" type="application/rss+xml" />
	<link>http://a-r-u-n.com/b</link>
	<description>....God&#039;s own website....</description>
	<lastBuildDate>Thu, 24 Feb 2011 15:25:44 +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>Coldfusion error: Hebrew characters failed to display properly &#8211; UTF8</title>
		<link>http://a-r-u-n.com/b/index.php/2009/09/coldfusion-error-hebrew-characters-failed-to-display-properly-utf8/</link>
		<comments>http://a-r-u-n.com/b/index.php/2009/09/coldfusion-error-hebrew-characters-failed-to-display-properly-utf8/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 06:00:52 +0000</pubDate>
		<dc:creator>Arun</dc:creator>
				<category><![CDATA[Coldfusion]]></category>
		<category><![CDATA[Coldfusion error: Hebrew characters failed to display properly - UTF8]]></category>

		<guid isPermaLink="false">http://a-r-u-n.com/b/?p=36</guid>
		<description><![CDATA[Problem description- Setup MySQL database and CF DSN but the Hebrew characters fail to display properly &#8211; UTF8. Temporary work around- Recreate the DSN and set the driver type from MySQL 3 to MySQL 4/5 Note: This solves only for characters already stored in the DB &#8211; if I update the text using coldfusion &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Problem description-</strong></p>
<p>Setup MySQL database and CF DSN but the Hebrew characters fail to display properly &#8211; UTF8.</p>
<p><strong>Temporary work around-</strong></p>
<p>Recreate the DSN and set the driver type from MySQL 3 to MySQL 4/5<br />
Note: This solves only for characters already stored in the DB &#8211; if I update the text using coldfusion &#8211; then ? Marks appear instead</p>
<p><strong>Permanent solution-</strong></p>
<p>Please include this code in your script-</p>
<p>&lt;cfscript&gt;<br />
setEncoding(&#8220;URL&#8221;, &#8220;UTF-8&#8243;);<br />
setEncoding(&#8220;Form&#8221;, &#8220;UTF-8&#8243;);<br />
&lt;/cfscript&gt;</p>
<p>At the top of form loading script.</p>
<p>In CFAdmin, under the connection string field specify these piece of entry-</p>
<p>useUnicode=true&amp;characterEncoding=UTF-8</p>
]]></content:encoded>
			<wfw:commentRss>http://a-r-u-n.com/b/index.php/2009/09/coldfusion-error-hebrew-characters-failed-to-display-properly-utf8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coldfusion &#8211; Can&#8217;t connect to Access db</title>
		<link>http://a-r-u-n.com/b/index.php/2009/09/coldfusion-cant-connect-to-access-db/</link>
		<comments>http://a-r-u-n.com/b/index.php/2009/09/coldfusion-cant-connect-to-access-db/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 05:58:38 +0000</pubDate>
		<dc:creator>Arun</dc:creator>
				<category><![CDATA[Coldfusion]]></category>
		<category><![CDATA[Coldfusion - Can't connect to Access db]]></category>

		<guid isPermaLink="false">http://a-r-u-n.com/b/?p=33</guid>
		<description><![CDATA[Problem description- When creating Datasource with MS Access or MS Access Unicode driver seleceted produces this error even though there is valid Access database file- Connection verification failed for data source: DSN name java.sql.SQLException: [Macromedia][SequeLink JDBC Driver][SequeLink Server]The specified data source is not defined. The root cause was that: java.sql.SQLException: [Macromedia][SequeLink JDBC Driver][SequeLink Server]The specified [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Problem description-</strong></p>
<p>When creating Datasource with MS Access or MS Access Unicode driver seleceted produces this error even though there is valid Access database file-</p>
<p><em>Connection verification failed for data source: DSN name<br />
java.sql.SQLException: [Macromedia][SequeLink JDBC Driver][SequeLink Server]The specified data source is not defined.<br />
The root cause was that: java.sql.SQLException: [Macromedia][SequeLink JDBC Driver][SequeLink Server]The specified data source is not defined.</em></p>
<p><strong>Solution-</strong></p>
<p>Chose &#8220;other&#8221; as the driver type and entered the following:</p>
<p>JDBC URL:<br />
jdbc:odbc:Driver={Microsoft Access Driver (*.mdb)};DBQ=[Full path to your database file];DriverID22;</p>
<p>Driver Class:<br />
sun.jdbc.odbc.JdbcOdbcDriver</p>
<p>Drive Name:<br />
MS Access via JDBC</p>
]]></content:encoded>
			<wfw:commentRss>http://a-r-u-n.com/b/index.php/2009/09/coldfusion-cant-connect-to-access-db/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

