<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 Forums - Coffeehouse - Sqlite Sync with windows store app</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Forums/rss"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 Forums - Coffeehouse - Sqlite Sync with windows store app</title>
		<link>http://channel9.msdn.com/Forums</link>
	</image>
	<description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
	<link>http://channel9.msdn.com/Forums</link>
	<language>en</language>
	<pubDate>Tue, 21 May 2013 13:30:24 GMT</pubDate>
	<lastBuildDate>Tue, 21 May 2013 13:30:24 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>5</c9:totalResults>
	<c9:pageCount>-5</c9:pageCount>
	<c9:pageSize>-1</c9:pageSize>
	<item>
		<title>Coffeehouse - Sqlite Sync with windows store app</title>
		<description><![CDATA[<p>Hi</p><p>I need to sync two sqlite databases over remote connection for a windows store application. The one device, a tablet is generally offline besides the time it needs to sync. I have looked at the sync framework but there seems to be very little documentation on it, or at at least what i can find.&nbsp;</p><p>The previous version of the app was using sqlserver but now because there is no support for it in the windows store side it makes writing line of business apps a bit tricky. I have the app running as it was with the new windows store ui ( and i just got the MVVM model impelmented =&gt; soooo much better! ) i am just struggling with the sync process at the moment.&nbsp;</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Sqlite-Sync-with-windows-store-app/fac711a52278476198e3a159013f8ca0#fac711a52278476198e3a159013f8ca0</link>
		<pubDate>Sat, 02 Feb 2013 19:23:26 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Sqlite-Sync-with-windows-store-app/fac711a52278476198e3a159013f8ca0#fac711a52278476198e3a159013f8ca0</guid>
		<dc:creator>gerdi</dc:creator>
		<slash:comments>5</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/gerdi/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Sqlite Sync with windows store app</title>
		<description><![CDATA[<p>Deletes are a pain in the butt to handle. As long as your tables have a primaryKey and a dateModified column, sync is rather straightforward.</p><p>-Josh</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Sqlite-Sync-with-windows-store-app/fdaa7d7be71a4e8e951aa159014437f9#fdaa7d7be71a4e8e951aa159014437f9</link>
		<pubDate>Sat, 02 Feb 2013 19:40:26 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Sqlite-Sync-with-windows-store-app/fdaa7d7be71a4e8e951aa159014437f9#fdaa7d7be71a4e8e951aa159014437f9</guid>
		<dc:creator>Joshua Ross</dc:creator>
		<slash:comments>5</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Jsoh/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Sqlite Sync with windows store app</title>
		<description><![CDATA[<p>You could have a table that covered when things where deleted.&nbsp;</p><p>[Deletes](Id, FromTable, DeletedId, DeletedOn)</p><p>-Josh</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Sqlite-Sync-with-windows-store-app/5173265195ac46cc8ef3a15901457f2c#5173265195ac46cc8ef3a15901457f2c</link>
		<pubDate>Sat, 02 Feb 2013 19:45:05 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Sqlite-Sync-with-windows-store-app/5173265195ac46cc8ef3a15901457f2c#5173265195ac46cc8ef3a15901457f2c</guid>
		<dc:creator>Joshua Ross</dc:creator>
		<slash:comments>5</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Jsoh/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Sqlite Sync with windows store app</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/Sqlite-Sync-with-windows-store-app#cfdaa7d7be71a4e8e951aa159014437f9">JoshRoss</a>: Yup. Syncing deletes requires transferring all of the PKs of a given table unless you keep a separate transaction log.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Sqlite-Sync-with-windows-store-app/84e47d6a340f4f84a9e8a1590145e18a#84e47d6a340f4f84a9e8a1590145e18a</link>
		<pubDate>Sat, 02 Feb 2013 19:46:29 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Sqlite-Sync-with-windows-store-app/84e47d6a340f4f84a9e8a1590145e18a#84e47d6a340f4f84a9e8a1590145e18a</guid>
		<dc:creator>cbae</dc:creator>
		<slash:comments>5</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/cbae/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Sqlite Sync with windows store app</title>
		<description><![CDATA[<p>have a look at this two posts:</p><h3 class="post-name"><a href="http://blogs.msdn.com/b/mim/archive/2013/02/19/synchronization-with-sqlite-on-winrt.aspx">Synchronization with SQLite on WinRT</a></h3><p><a href="http://jtabadero.wordpress.com/2013/01/09/synchronizing-winrtsqlite-using-sync-framework-toolkit/">SYNCHRONIZING WINRT/SQLITE USING SYNC FRAMEWORK TOOLKIT</a></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Sqlite-Sync-with-windows-store-app/c5fa142291444842af69a17d003efbfd#c5fa142291444842af69a17d003efbfd</link>
		<pubDate>Sun, 10 Mar 2013 03:49:19 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Sqlite-Sync-with-windows-store-app/c5fa142291444842af69a17d003efbfd#c5fa142291444842af69a17d003efbfd</guid>
		<dc:creator>JuneT</dc:creator>
		<slash:comments>5</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/JuneT/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>