<?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 Wandering Data</title>
	<atom:link href="http://iablog.sybase.com/mobiledatabase/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://iablog.sybase.com/mobiledatabase</link>
	<description>A blog about SQL Anywhere technologies for mobile applications</description>
	<lastBuildDate>Mon, 12 Sep 2011 11:34:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Comment on Database Programming on Android with UltraLite by android developer</title>
		<link>http://iablog.sybase.com/mobiledatabase/2011/05/database-programming-on-android-with-ultralite/comment-page-1/#comment-5949</link>
		<dc:creator>android developer</dc:creator>
		<pubDate>Mon, 12 Sep 2011 11:34:56 +0000</pubDate>
		<guid isPermaLink="false">http://iablog.sybase.com/mobiledatabase/2011/05/database-programming-on-android-with-ultralite/#comment-5949</guid>
		<description>Good info! Thank you for the post.</description>
		<content:encoded><![CDATA[<p>Good info! Thank you for the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Database Programming on Android with UltraLite by Mark Francisco</title>
		<link>http://iablog.sybase.com/mobiledatabase/2011/05/database-programming-on-android-with-ultralite/comment-page-1/#comment-5948</link>
		<dc:creator>Mark Francisco</dc:creator>
		<pubDate>Fri, 09 Sep 2011 01:27:35 +0000</pubDate>
		<guid isPermaLink="false">http://iablog.sybase.com/mobiledatabase/2011/05/database-programming-on-android-with-ultralite/#comment-5948</guid>
		<description>Hi Tom. Thanks for the response. I&#039;m actually into connecting an Android device to a remote Anywhere database via PHP, some application, etc. Does Sybase provide any tutorials or walk-throughs on this? Links perhaps? Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Tom. Thanks for the response. I&#8217;m actually into connecting an Android device to a remote Anywhere database via PHP, some application, etc. Does Sybase provide any tutorials or walk-throughs on this? Links perhaps? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Database Programming on Android with UltraLite by Tom Slee, Senior Product Manager</title>
		<link>http://iablog.sybase.com/mobiledatabase/2011/05/database-programming-on-android-with-ultralite/comment-page-1/#comment-5947</link>
		<dc:creator>Tom Slee, Senior Product Manager</dc:creator>
		<pubDate>Thu, 08 Sep 2011 17:29:21 +0000</pubDate>
		<guid isPermaLink="false">http://iablog.sybase.com/mobiledatabase/2011/05/database-programming-on-android-with-ultralite/#comment-5947</guid>
		<description>Mark - Sorry for the slow reply. _conn is a class-level variable.

public class HelloUltraLite extends Activity {
	
    Connection _conn;

    /** Called when the activity is first created. */
    @Override
    public void onCreate(Bundle savedInstanceState) {
    ....
}</description>
		<content:encoded><![CDATA[<p>Mark &#8211; Sorry for the slow reply. _conn is a class-level variable.</p>
<p>public class HelloUltraLite extends Activity {</p>
<p>    Connection _conn;</p>
<p>    /** Called when the activity is first created. */<br />
    @Override<br />
    public void onCreate(Bundle savedInstanceState) {<br />
    &#8230;.<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Database Programming on Android with UltraLite by Mark Francisco</title>
		<link>http://iablog.sybase.com/mobiledatabase/2011/05/database-programming-on-android-with-ultralite/comment-page-1/#comment-5946</link>
		<dc:creator>Mark Francisco</dc:creator>
		<pubDate>Tue, 06 Sep 2011 06:52:52 +0000</pubDate>
		<guid isPermaLink="false">http://iablog.sybase.com/mobiledatabase/2011/05/database-programming-on-android-with-ultralite/#comment-5946</guid>
		<description>Where is the variable &quot;_conn&quot; declared? Mine returns</description>
		<content:encoded><![CDATA[<p>Where is the variable &#8220;_conn&#8221; declared? Mine returns</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Database Programming on Android with UltraLite by Resare Lew</title>
		<link>http://iablog.sybase.com/mobiledatabase/2011/05/database-programming-on-android-with-ultralite/comment-page-1/#comment-5945</link>
		<dc:creator>Resare Lew</dc:creator>
		<pubDate>Fri, 12 Aug 2011 03:48:12 +0000</pubDate>
		<guid isPermaLink="false">http://iablog.sybase.com/mobiledatabase/2011/05/database-programming-on-android-with-ultralite/#comment-5945</guid>
		<description>Could you post me a demo about how to synchronize with MobiLink server?And I&#039;m not clear on deploying synchronization model...</description>
		<content:encoded><![CDATA[<p>Could you post me a demo about how to synchronize with MobiLink server?And I&#8217;m not clear on deploying synchronization model&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Database Programming on Android with UltraLite by Tom Slee, Senior Product Manager</title>
		<link>http://iablog.sybase.com/mobiledatabase/2011/05/database-programming-on-android-with-ultralite/comment-page-1/#comment-5944</link>
		<dc:creator>Tom Slee, Senior Product Manager</dc:creator>
		<pubDate>Mon, 11 Jul 2011 13:58:42 +0000</pubDate>
		<guid isPermaLink="false">http://iablog.sybase.com/mobiledatabase/2011/05/database-programming-on-android-with-ultralite/#comment-5944</guid>
		<description>The error shows that there is a syntax error in the SQL string that is being sent to the UltraLite database in a prepared statement. Could you post the SQL string?</description>
		<content:encoded><![CDATA[<p>The error shows that there is a syntax error in the SQL string that is being sent to the UltraLite database in a prepared statement. Could you post the SQL string?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Database Programming on Android with UltraLite by Maria</title>
		<link>http://iablog.sybase.com/mobiledatabase/2011/05/database-programming-on-android-with-ultralite/comment-page-1/#comment-5943</link>
		<dc:creator>Maria</dc:creator>
		<pubDate>Mon, 11 Jul 2011 13:47:57 +0000</pubDate>
		<guid isPermaLink="false">http://iablog.sybase.com/mobiledatabase/2011/05/database-programming-on-android-with-ultralite/#comment-5943</guid>
		<description>Buenas....
estuve realizando el ejemplo y me da el siguiente error en logcat:

07-11 09:09:53.290: ERROR/HelloUltraLite(299): com.ianywhere.ultralitejni12.implementation.JniException: UltraLiteJ Error[-131]: Syntax error near &#039;ON&#039; %2

y no me muestra los datos en pantalla agradeceria muchisimo su ayuda.</description>
		<content:encoded><![CDATA[<p>Buenas&#8230;.<br />
estuve realizando el ejemplo y me da el siguiente error en logcat:</p>
<p>07-11 09:09:53.290: ERROR/HelloUltraLite(299): com.ianywhere.ultralitejni12.implementation.JniException: UltraLiteJ Error[-131]: Syntax error near &#8216;ON&#8217; %2</p>
<p>y no me muestra los datos en pantalla agradeceria muchisimo su ayuda.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Everyone should have DCX by Thomas Duemesnil</title>
		<link>http://iablog.sybase.com/mobiledatabase/2011/03/everyone-should-have-dcx/comment-page-1/#comment-5942</link>
		<dc:creator>Thomas Duemesnil</dc:creator>
		<pubDate>Fri, 11 Mar 2011 11:42:52 +0000</pubDate>
		<guid isPermaLink="false">http://iablog.sybase.com/mobiledatabase/?p=225#comment-5942</guid>
		<description>I agree to the fullest and like to congratulate your team have DCX. I brought up some comments my self in the last year and got fast and valuable reaction from the team. 

Keep that way. 

Btw. I can&#039;t tell you how much I miss a DCX for the PowerDesigner and Crystal Reports.</description>
		<content:encoded><![CDATA[<p>I agree to the fullest and like to congratulate your team have DCX. I brought up some comments my self in the last year and got fast and valuable reaction from the team. </p>
<p>Keep that way. </p>
<p>Btw. I can&#8217;t tell you how much I miss a DCX for the PowerDesigner and Crystal Reports.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on An UltraLiteJ Demo Application by Philippe Bertrand, Software Developer</title>
		<link>http://iablog.sybase.com/mobiledatabase/2008/09/an-ultralitej-demo-application/comment-page-1/#comment-5941</link>
		<dc:creator>Philippe Bertrand, Software Developer</dc:creator>
		<pubDate>Tue, 04 Jan 2011 19:48:33 +0000</pubDate>
		<guid isPermaLink="false">http://iablog.sybase.com/tslee/2008/09/an-ultralitej-demo-application/#comment-5941</guid>
		<description>You have several options to create a pre-populated UltraLiteJ database; 1) you create a desktop utility which synchronizes to your MobiLink server (make sure you reset the Remote ID before copying to multiple clients) and 2) you can unload an UltraLite database to XML and use the command utility ULjLoad to create an UltraLiteJ database from the XML file.

You should use the newsgroups for support questions.  Look here for an announcement soon about our new Q&amp;A forums.

Good Luck and Happy New Year.</description>
		<content:encoded><![CDATA[<p>You have several options to create a pre-populated UltraLiteJ database; 1) you create a desktop utility which synchronizes to your MobiLink server (make sure you reset the Remote ID before copying to multiple clients) and 2) you can unload an UltraLite database to XML and use the command utility ULjLoad to create an UltraLiteJ database from the XML file.</p>
<p>You should use the newsgroups for support questions.  Look here for an announcement soon about our new Q&amp;A forums.</p>
<p>Good Luck and Happy New Year.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hurray for UltraLiteJ 12 by Breck Carter</title>
		<link>http://iablog.sybase.com/mobiledatabase/2010/11/hurray-for-ultralitej-12/comment-page-1/#comment-5939</link>
		<dc:creator>Breck Carter</dc:creator>
		<pubDate>Tue, 30 Nov 2010 19:47:36 +0000</pubDate>
		<guid isPermaLink="false">http://iablog.sybase.com/mobiledatabase/?p=221#comment-5939</guid>
		<description>Someone needs to write articles about each and every one of those cool features, one at a time, and publish them on various websites. Just saying...</description>
		<content:encoded><![CDATA[<p>Someone needs to write articles about each and every one of those cool features, one at a time, and publish them on various websites. Just saying&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

