<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Using SQLite in Windows 8 Store Apps</title><link>http://blogs.msdn.com/b/robertgreen/archive/2012/11/13/using-sqlite-in-windows-store-apps.aspx</link><description>In episode 52 of my Visual Studio Toolbox show, I showed a sample Windows 8 app that uses SQLite. The app manages customers and their projects. In this post, I will show you how to build that app. [11/28/2012]: I uploaded the sample to the MSDN Code Samples</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Using SQLite in Windows 8 Store Apps</title><link>http://blogs.msdn.com/b/robertgreen/archive/2012/11/13/using-sqlite-in-windows-store-apps.aspx#10419847</link><pubDate>Sat, 18 May 2013 15:04:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10419847</guid><dc:creator>Luke Lucas</dc:creator><description>&lt;p&gt;Thank you for this tutorial...&lt;/p&gt;
&lt;p&gt;Can someone please tell me from where I can locate the database so I can modify it using Mozilla Fire Fox?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10419847" width="1" height="1"&gt;</description></item><item><title>re: Using SQLite in Windows 8 Store Apps</title><link>http://blogs.msdn.com/b/robertgreen/archive/2012/11/13/using-sqlite-in-windows-store-apps.aspx#10414011</link><pubDate>Thu, 25 Apr 2013 16:46:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10414011</guid><dc:creator>Luciano Miranda</dc:creator><description>&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://msdn.microsoft.com/en-us/magazine/hh335063.aspx"&gt;msdn.microsoft.com/.../hh335063.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Perfect!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10414011" width="1" height="1"&gt;</description></item><item><title>re: Using SQLite in Windows 8 Store Apps</title><link>http://blogs.msdn.com/b/robertgreen/archive/2012/11/13/using-sqlite-in-windows-store-apps.aspx#10413655</link><pubDate>Wed, 24 Apr 2013 14:33:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10413655</guid><dc:creator>Luciano Miranda</dc:creator><description>&lt;p&gt;I wanna share my SQLite database with WF8 and Windows store apps.&lt;/p&gt;
&lt;p&gt;How can I do this?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10413655" width="1" height="1"&gt;</description></item><item><title>re: Using SQLite in Windows 8 Store Apps</title><link>http://blogs.msdn.com/b/robertgreen/archive/2012/11/13/using-sqlite-in-windows-store-apps.aspx#10411720</link><pubDate>Wed, 17 Apr 2013 03:26:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10411720</guid><dc:creator>dean severson</dc:creator><description>&lt;p&gt;Thanks Robert, I will check it out. Thanks for the video- I enjoyed it&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10411720" width="1" height="1"&gt;</description></item><item><title>re: Using SQLite in Windows 8 Store Apps</title><link>http://blogs.msdn.com/b/robertgreen/archive/2012/11/13/using-sqlite-in-windows-store-apps.aspx#10411683</link><pubDate>Wed, 17 Apr 2013 00:27:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10411683</guid><dc:creator>Robert Green - MFST</dc:creator><description>&lt;p&gt;Dean,&lt;/p&gt;
&lt;p&gt;Bill Burrows has a tutorial and code that shows how to use VB with SQLite. Check it out at &lt;a rel="nofollow" target="_new" href="http://www.myvbprof.com/myVBProf2012/Tutorials/WinRT_SQLite.aspx"&gt;www.myvbprof.com/.../WinRT_SQLite.aspx&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;Robert&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10411683" width="1" height="1"&gt;</description></item><item><title>re: Using SQLite in Windows 8 Store Apps</title><link>http://blogs.msdn.com/b/robertgreen/archive/2012/11/13/using-sqlite-in-windows-store-apps.aspx#10411676</link><pubDate>Tue, 16 Apr 2013 23:57:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10411676</guid><dc:creator>dean severson</dc:creator><description>&lt;p&gt;I am doing a VB project trying to use SQLite. I installed and referenced the SQLite Runtime and installed the sqlite-net nugget package - it added SQLite.cs and SQLiteAsync.cs in my project, but I can&amp;#39;t get it to show up as useable . &lt;/p&gt;
&lt;p&gt;Is there something special I need to do to add a .cs class into my VB project - I thought we could use them together. So when I try to do something like dim db = new SQLite.SQLiteConnection my project says there is no SQLite. Any suggestions? Thanks.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10411676" width="1" height="1"&gt;</description></item><item><title>re: Using SQLite in Windows 8 Store Apps</title><link>http://blogs.msdn.com/b/robertgreen/archive/2012/11/13/using-sqlite-in-windows-store-apps.aspx#10406430</link><pubDate>Sat, 30 Mar 2013 00:57:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10406430</guid><dc:creator>Jay</dc:creator><description>&lt;p&gt;An exception of type &amp;#39;System.DllNotFoundException&amp;#39; occurred in SQLiteDemo.exe but was not handled in user code&lt;/p&gt;
&lt;p&gt;Additional information: Unable to load DLL &amp;#39;sqlite3&amp;#39;: The specified module could not be found. (Exception from HRESULT: 0x8007007E)&lt;/p&gt;
&lt;p&gt;If there is a handler for this exception, the program may be safely continued.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10406430" width="1" height="1"&gt;</description></item><item><title>re: Using SQLite in Windows 8 Store Apps</title><link>http://blogs.msdn.com/b/robertgreen/archive/2012/11/13/using-sqlite-in-windows-store-apps.aspx#10403706</link><pubDate>Tue, 19 Mar 2013 22:13:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10403706</guid><dc:creator>Prakul</dc:creator><description>&lt;p&gt;On Launching the app this error was prompted :&lt;/p&gt;
&lt;p&gt;Windows was unable to communicate with the target application.This usually indicates that the target application&amp;#39;s process aborted. More information may be available in the Debug pane of the Output window (Debug-&amp;gt;Windows-&amp;gt;Output&amp;#39;.&lt;/p&gt;
&lt;p&gt;How to resolve this problem?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10403706" width="1" height="1"&gt;</description></item><item><title>re: Using SQLite in Windows 8 Store Apps</title><link>http://blogs.msdn.com/b/robertgreen/archive/2012/11/13/using-sqlite-in-windows-store-apps.aspx#10400396</link><pubDate>Thu, 07 Mar 2013 18:19:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10400396</guid><dc:creator>Allan Leven</dc:creator><description>&lt;p&gt;Thanks Robert.. the example worked perfectly :)&lt;/p&gt;
&lt;p&gt;stupid question: I&amp;#39;m just getting going to try a develop some store apps... is the purpose of using SqlLite so that the app will run on mobile devices? I guess so as I&amp;#39;m thinking that any software program that is connecting to a data store using web services would need it&amp;#39;s own local database... and if the person downloads it from the Windows store onto their mobile device that they would need a local DB&lt;/p&gt;
&lt;p&gt;am I correct in this thinking? &lt;/p&gt;
&lt;p&gt;Allan&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10400396" width="1" height="1"&gt;</description></item><item><title>re: Using SQLite in Windows 8 Store Apps</title><link>http://blogs.msdn.com/b/robertgreen/archive/2012/11/13/using-sqlite-in-windows-store-apps.aspx#10398026</link><pubDate>Thu, 28 Feb 2013 04:46:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10398026</guid><dc:creator>jjackson12172</dc:creator><description>&lt;p&gt;Mr.Green, &lt;/p&gt;
&lt;p&gt;.Max(); always returns zero, thus a never ending update of an existing Customer. Should remove the &amp;nbsp;GetNewCustomerId() method and add attribute to Models.Customer to AutoIncrement I.E.&lt;/p&gt;
&lt;p&gt;[SQLite.PrimaryKey, SQLite.AutoIncrement] After doing so you, this will enable to add a new Customer.&lt;/p&gt;
&lt;p&gt;FYI - James&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10398026" width="1" height="1"&gt;</description></item></channel></rss>