<?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 for George Lantz</title>
	<atom:link href="http://georgelantz.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://georgelantz.com</link>
	<description>Nature, science, photography and other things that interest me.</description>
	<lastBuildDate>Tue, 02 Aug 2011 19:31:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Regal Moth by glantz</title>
		<link>http://georgelantz.com/2011/05/31/imperial-moth/#comment-4840</link>
		<dc:creator>glantz</dc:creator>
		<pubDate>Tue, 02 Aug 2011 19:31:15 +0000</pubDate>
		<guid isPermaLink="false">http://georgelantz.com/?p=7#comment-4840</guid>
		<description>Oh, how neat! They really are beautiful. Hope you are staying cool in the sweltering heat!</description>
		<content:encoded><![CDATA[<p>Oh, how neat! They really are beautiful. Hope you are staying cool in the sweltering heat!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Regal Moth by Shawna</title>
		<link>http://georgelantz.com/2011/05/31/imperial-moth/#comment-4835</link>
		<dc:creator>Shawna</dc:creator>
		<pubDate>Tue, 02 Aug 2011 16:05:07 +0000</pubDate>
		<guid isPermaLink="false">http://georgelantz.com/?p=7#comment-4835</guid>
		<description>Thanks for posting.  I recently discovered a Hickory Horned Devil in one of our pecan trees.  I had never seen one before and looked it up on the internet to see what it was. I have been very interested in watching it over the past two weeks.  Thanks again from Carthage MO.</description>
		<content:encoded><![CDATA[<p>Thanks for posting.  I recently discovered a Hickory Horned Devil in one of our pecan trees.  I had never seen one before and looked it up on the internet to see what it was. I have been very interested in watching it over the past two weeks.  Thanks again from Carthage MO.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Access MySQL Through SSH Tunnel in a Windows .NET Application by yerzu</title>
		<link>http://georgelantz.com/2007/09/10/access-mysql-through-ssh-tunnel-in-a-windows-net-application/#comment-2734</link>
		<dc:creator>yerzu</dc:creator>
		<pubDate>Sun, 03 Jul 2011 01:15:45 +0000</pubDate>
		<guid isPermaLink="false">http://georgelantz.com/2007/09/10/access-mysql-through-ssh-tunnel-in-a-windows-net-application/#comment-2734</guid>
		<description>I found solution about date/time problem

This problemexists wher You have nullable date/time and it can be resolved in connection string = just add &quot;Allow Zero Datetime=true&quot;

f.e.:
string connStr = String.Format(&quot;server={0};port=3307; user id={1}; password={2}; database={3}; pooling=false; Allow Zero Datetime=true&quot;,dbhost, dbuser, dbpass, dbdatabase);</description>
		<content:encoded><![CDATA[<p>I found solution about date/time problem</p>
<p>This problemexists wher You have nullable date/time and it can be resolved in connection string = just add &#8220;Allow Zero Datetime=true&#8221;</p>
<p>f.e.:<br />
string connStr = String.Format(&#8220;server={0};port=3307; user id={1}; password={2}; database={3}; pooling=false; Allow Zero Datetime=true&#8221;,dbhost, dbuser, dbpass, dbdatabase);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Access MySQL Through SSH Tunnel in a Windows .NET Application by yerzu</title>
		<link>http://georgelantz.com/2007/09/10/access-mysql-through-ssh-tunnel-in-a-windows-net-application/#comment-2733</link>
		<dc:creator>yerzu</dc:creator>
		<pubDate>Sun, 03 Jul 2011 01:08:20 +0000</pubDate>
		<guid isPermaLink="false">http://georgelantz.com/2007/09/10/access-mysql-through-ssh-tunnel-in-a-windows-net-application/#comment-2733</guid>
		<description>sorry a forgot to write solution:

You must bound the servers mysql locatedo on port 3306 on f.e. localhost port 3307

You can do this on this way:
1. mysql connstring: &quot;server={0};port=3307; user id={1}; password={2}; database={3}; pooling=false&quot;
2. on form is tbLocal - type 3307
3. if don&#039;t work tyr replace &quot;localhost&quot; with &quot;127.0.0.1&quot;

regards;)</description>
		<content:encoded><![CDATA[<p>sorry a forgot to write solution:</p>
<p>You must bound the servers mysql locatedo on port 3306 on f.e. localhost port 3307</p>
<p>You can do this on this way:<br />
1. mysql connstring: &#8220;server={0};port=3307; user id={1}; password={2}; database={3}; pooling=false&#8221;<br />
2. on form is tbLocal &#8211; type 3307<br />
3. if don&#8217;t work tyr replace &#8220;localhost&#8221; with &#8220;127.0.0.1&#8243;</p>
<p>regards;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Access MySQL Through SSH Tunnel in a Windows .NET Application by yerzu</title>
		<link>http://georgelantz.com/2007/09/10/access-mysql-through-ssh-tunnel-in-a-windows-net-application/#comment-2732</link>
		<dc:creator>yerzu</dc:creator>
		<pubDate>Sun, 03 Jul 2011 00:54:03 +0000</pubDate>
		<guid isPermaLink="false">http://georgelantz.com/2007/09/10/access-mysql-through-ssh-tunnel-in-a-windows-net-application/#comment-2732</guid>
		<description>Hi!

Works fine! Thanks:)

Brandon: You must turn off Your local mysql - I now this is stupid but in George code is no any link between sshconn and mysqlconn :( so if You use local mysql then this code try to use it and this is bad... sshconn can&#039;t bound port 3306 because this is a real localhost - not a server localhost! regards!</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>Works fine! Thanks:)</p>
<p>Brandon: You must turn off Your local mysql &#8211; I now this is stupid but in George code is no any link between sshconn and mysqlconn <img src='http://georgelantz.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  so if You use local mysql then this code try to use it and this is bad&#8230; sshconn can&#8217;t bound port 3306 because this is a real localhost &#8211; not a server localhost! regards!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Access MySQL Through SSH Tunnel in a Windows .NET Application by Brandon</title>
		<link>http://georgelantz.com/2007/09/10/access-mysql-through-ssh-tunnel-in-a-windows-net-application/#comment-373</link>
		<dc:creator>Brandon</dc:creator>
		<pubDate>Thu, 03 Mar 2011 22:07:09 +0000</pubDate>
		<guid isPermaLink="false">http://georgelantz.com/2007/09/10/access-mysql-through-ssh-tunnel-in-a-windows-net-application/#comment-373</guid>
		<description>Dumb question i am completely new to MySql.  If i set both the remote and local port to 3306, i get the error
--PortForwardingL: local port 127.0.0.1:3306 cannot be bound.</description>
		<content:encoded><![CDATA[<p>Dumb question i am completely new to MySql.  If i set both the remote and local port to 3306, i get the error<br />
&#8211;PortForwardingL: local port 127.0.0.1:3306 cannot be bound.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Access MySQL Through SSH Tunnel in a Windows .NET Application by Bala Subramanian</title>
		<link>http://georgelantz.com/2007/09/10/access-mysql-through-ssh-tunnel-in-a-windows-net-application/#comment-368</link>
		<dc:creator>Bala Subramanian</dc:creator>
		<pubDate>Tue, 23 Nov 2010 09:23:58 +0000</pubDate>
		<guid isPermaLink="false">http://georgelantz.com/2007/09/10/access-mysql-through-ssh-tunnel-in-a-windows-net-application/#comment-368</guid>
		<description>Good article...

Try using backgroundworker component to execute your Auth and mysql queries... It keeps the user interface stabler...</description>
		<content:encoded><![CDATA[<p>Good article&#8230;</p>
<p>Try using backgroundworker component to execute your Auth and mysql queries&#8230; It keeps the user interface stabler&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding Polylines in World Wind Java SDK by Mark Jacob</title>
		<link>http://georgelantz.com/2007/09/10/adding-path-lines-to-world-wind-java-app/#comment-240</link>
		<dc:creator>Mark Jacob</dc:creator>
		<pubDate>Thu, 14 Oct 2010 13:13:48 +0000</pubDate>
		<guid isPermaLink="false">http://georgelantz.com/2007/09/10/adding-path-lines-to-world-wind-java-app/#comment-240</guid>
		<description>*** I had this annoying problem too and google&#039;d high and low to no avail.  I am a novice at this netbean/java stuff. (Im a Fortran77 man myself)
But after trial and error, I found it was fixed by adding all 3 JARs to the &quot;Project properties&quot;, &quot;Libraries&quot; to BOTH the &quot;Compile time&quot; and &quot;Run time&quot; library paths.
i.e. Browsing to the Worldwind toplevel directory and selecting worldwind.jar, gluegen-rt.jar &amp; jogl.jar

Not sure why this works, but I now have a some working demos :-)</description>
		<content:encoded><![CDATA[<p>*** I had this annoying problem too and google&#8217;d high and low to no avail.  I am a novice at this netbean/java stuff. (Im a Fortran77 man myself)<br />
But after trial and error, I found it was fixed by adding all 3 JARs to the &#8220;Project properties&#8221;, &#8220;Libraries&#8221; to BOTH the &#8220;Compile time&#8221; and &#8220;Run time&#8221; library paths.<br />
i.e. Browsing to the Worldwind toplevel directory and selecting worldwind.jar, gluegen-rt.jar &amp; jogl.jar</p>
<p>Not sure why this works, but I now have a some working demos <img src='http://georgelantz.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ruby Polyline Decoder For Google Maps by Jordan</title>
		<link>http://georgelantz.com/2007/08/29/ruby-polyline-decoder-for-google-maps/#comment-132</link>
		<dc:creator>Jordan</dc:creator>
		<pubDate>Fri, 03 Sep 2010 22:57:16 +0000</pubDate>
		<guid isPermaLink="false">http://georgelantz.com/2007/08/29/ruby-polyline-decoder-for-google-maps/#comment-132</guid>
		<description>Hey, file link is broken... any chance we can get an updated link?

Thanks...</description>
		<content:encoded><![CDATA[<p>Hey, file link is broken&#8230; any chance we can get an updated link?</p>
<p>Thanks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Access MySQL Through SSH Tunnel in a Windows .NET Application by Eric</title>
		<link>http://georgelantz.com/2007/09/10/access-mysql-through-ssh-tunnel-in-a-windows-net-application/#comment-367</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Tue, 27 Jul 2010 16:16:13 +0000</pubDate>
		<guid isPermaLink="false">http://georgelantz.com/2007/09/10/access-mysql-through-ssh-tunnel-in-a-windows-net-application/#comment-367</guid>
		<description>Hi, I&#039;m trying to use this code, and I&#039;m getting a SSH connection, but then when it tries to connect to the MySQL server, it times out.  I can connect when SSHing with putty, but can&#039;t seem to make it work in a .NET program.  Any ideas?</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m trying to use this code, and I&#8217;m getting a SSH connection, but then when it tries to connect to the MySQL server, it times out.  I can connect when SSHing with putty, but can&#8217;t seem to make it work in a .NET program.  Any ideas?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

