<?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: Connecting from iPhone to Firebird</title>
	<atom:link href="http://blog.cincura.net/231195-connecting-from-iphone-to-firebird/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.cincura.net/231195-connecting-from-iphone-to-firebird/</link>
	<description>Taking something that can&#039;t be done, and then doing it.</description>
	<lastBuildDate>Wed, 08 Feb 2012 15:02:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Joost</title>
		<link>http://blog.cincura.net/231195-connecting-from-iphone-to-firebird/#comment-4474</link>
		<dc:creator>Joost</dc:creator>
		<pubDate>Fri, 10 Dec 2010 00:12:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cincura.net/?p=231195#comment-4474</guid>
		<description>Very interesting! Would love to try this sometime soon (if I find some spare time), maybe I&#039;ll try to get this to work over an SSH connection for security reasons.

Nice work.</description>
		<content:encoded><![CDATA[<p>Very interesting! Would love to try this sometime soon (if I find some spare time), maybe I&#8217;ll try to get this to work over an SSH connection for security reasons.</p>
<p>Nice work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Firebird News &#187; #Monodroid :Connecting from Android to Firebird with .NET provider for #Mono</title>
		<link>http://blog.cincura.net/231195-connecting-from-iphone-to-firebird/#comment-4256</link>
		<dc:creator>Firebird News &#187; #Monodroid :Connecting from Android to Firebird with .NET provider for #Mono</dc:creator>
		<pubDate>Tue, 02 Nov 2010 17:31:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cincura.net/?p=231195#comment-4256</guid>
		<description>[...] the challenge I did some time ago with .NET provider for Firebird and MonoTouch? Well because I’ve got access to [...]</description>
		<content:encoded><![CDATA[<p>[...] the challenge I did some time ago with .NET provider for Firebird and MonoTouch? Well because I’ve got access to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cincura.net</title>
		<link>http://blog.cincura.net/231195-connecting-from-iphone-to-firebird/#comment-3992</link>
		<dc:creator>cincura.net</dc:creator>
		<pubDate>Wed, 04 Aug 2010 16:28:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cincura.net/?p=231195#comment-3992</guid>
		<description>I don&#039;t remember details. I changed stuff incrementally. 

Anyway are sure it is worth doing it? Some webservice approach is probably much better way to deal with data from Firebird into device.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t remember details. I changed stuff incrementally. </p>
<p>Anyway are sure it is worth doing it? Some webservice approach is probably much better way to deal with data from Firebird into device.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jim story</title>
		<link>http://blog.cincura.net/231195-connecting-from-iphone-to-firebird/#comment-3990</link>
		<dc:creator>jim story</dc:creator>
		<pubDate>Wed, 04 Aug 2010 15:59:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cincura.net/?p=231195#comment-3990</guid>
		<description>i download .net provider from svn last night and finally got it to compile without errors.  it runs on iphone simulator but FbConnection will not open a connection to the firebird server.  i&#039;ve got a firebird server running on my mac and tried connecting to a remote server via internet.  both servers are versions 2.1  and i&#039;m using .net provider 2.5 from svn.
 
it doesn&#039;t throw an exception. connection string is correct, and the server is valid.

your original post mentions some &quot;minor tweaks&quot;.  could you share those?

thanks.</description>
		<content:encoded><![CDATA[<p>i download .net provider from svn last night and finally got it to compile without errors.  it runs on iphone simulator but FbConnection will not open a connection to the firebird server.  i&#8217;ve got a firebird server running on my mac and tried connecting to a remote server via internet.  both servers are versions 2.1  and i&#8217;m using .net provider 2.5 from svn.</p>
<p>it doesn&#8217;t throw an exception. connection string is correct, and the server is valid.</p>
<p>your original post mentions some &#8220;minor tweaks&#8221;.  could you share those?</p>
<p>thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cincura.net</title>
		<link>http://blog.cincura.net/231195-connecting-from-iphone-to-firebird/#comment-3984</link>
		<dc:creator>cincura.net</dc:creator>
		<pubDate>Wed, 04 Aug 2010 07:05:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cincura.net/?p=231195#comment-3984</guid>
		<description>You&#039;ll not be able to compile it out of the box. I&#039;ve done some changes (removing some parts) in code to make it work.</description>
		<content:encoded><![CDATA[<p>You&#8217;ll not be able to compile it out of the box. I&#8217;ve done some changes (removing some parts) in code to make it work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jim story</title>
		<link>http://blog.cincura.net/231195-connecting-from-iphone-to-firebird/#comment-3980</link>
		<dc:creator>jim story</dc:creator>
		<pubDate>Tue, 03 Aug 2010 17:46:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cincura.net/?p=231195#comment-3980</guid>
		<description>i&#039;ve purchased latest version of mono touch and cannot get it to compile. have you tried this with their latest versions?

I&#039;ve tried searching and you appear to be the only one out there trying to do what we need to do.</description>
		<content:encoded><![CDATA[<p>i&#8217;ve purchased latest version of mono touch and cannot get it to compile. have you tried this with their latest versions?</p>
<p>I&#8217;ve tried searching and you appear to be the only one out there trying to do what we need to do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cincura.net</title>
		<link>http://blog.cincura.net/231195-connecting-from-iphone-to-firebird/#comment-2459</link>
		<dc:creator>cincura.net</dc:creator>
		<pubDate>Tue, 16 Feb 2010 21:03:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cincura.net/?p=231195#comment-2459</guid>
		<description>No it doesn&#039;t. The Firebird wire protocol is completely implemented using managed code (C#). That&#039;s BTW why you can run it on MonoTouch (as proved here).</description>
		<content:encoded><![CDATA[<p>No it doesn&#8217;t. The Firebird wire protocol is completely implemented using managed code (C#). That&#8217;s BTW why you can run it on MonoTouch (as proved here).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://blog.cincura.net/231195-connecting-from-iphone-to-firebird/#comment-2458</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Tue, 16 Feb 2010 20:54:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cincura.net/?p=231195#comment-2458</guid>
		<description>Hi, thank you for this info,  but I am wondering ... does &quot;.NET provider for Firebird&quot; need fbclient.dll library, or how all this works?</description>
		<content:encoded><![CDATA[<p>Hi, thank you for this info,  but I am wondering &#8230; does &#8220;.NET provider for Firebird&#8221; need fbclient.dll library, or how all this works?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cincura.net</title>
		<link>http://blog.cincura.net/231195-connecting-from-iphone-to-firebird/#comment-2457</link>
		<dc:creator>cincura.net</dc:creator>
		<pubDate>Tue, 16 Feb 2010 20:23:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cincura.net/?p=231195#comment-2457</guid>
		<description>william&gt; What you mean by &quot;this&quot;?</description>
		<content:encoded><![CDATA[<p>william> What you mean by &#8220;this&#8221;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: william</title>
		<link>http://blog.cincura.net/231195-connecting-from-iphone-to-firebird/#comment-2456</link>
		<dc:creator>william</dc:creator>
		<pubDate>Tue, 16 Feb 2010 13:24:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cincura.net/?p=231195#comment-2456</guid>
		<description>hi,

this is very interesting. since im not a geek, mind explaining how this can work  so I can try it for myself?</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>this is very interesting. since im not a geek, mind explaining how this can work  so I can try it for myself?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andre</title>
		<link>http://blog.cincura.net/231195-connecting-from-iphone-to-firebird/#comment-2411</link>
		<dc:creator>Andre</dc:creator>
		<pubDate>Fri, 05 Feb 2010 12:01:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cincura.net/?p=231195#comment-2411</guid>
		<description>Sure that&#039;s very interesting - even more when iPad is coming!</description>
		<content:encoded><![CDATA[<p>Sure that&#8217;s very interesting &#8211; even more when iPad is coming!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Firebird News &#187; Connecting from iPhone to Firebird</title>
		<link>http://blog.cincura.net/231195-connecting-from-iphone-to-firebird/#comment-2360</link>
		<dc:creator>Firebird News &#187; Connecting from iPhone to Firebird</dc:creator>
		<pubDate>Sat, 23 Jan 2010 21:16:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cincura.net/?p=231195#comment-2360</guid>
		<description>[...] and create iPhone application that connects to Firebird server using .NET provider for Firebird. Read more&#8230;   (No Ratings Yet) &#160;Loading ... Permalink Leave your comment [...]</description>
		<content:encoded><![CDATA[<p>[...] and create iPhone application that connects to Firebird server using .NET provider for Firebird. Read more&#8230;   (No Ratings Yet) &nbsp;Loading &#8230; Permalink Leave your comment [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

