No announcements
Found 2942810 threads
-
0 Votes
SQLite database with WINRT in C#
See this video: http://timheuer.com/blog/archive/2012/06/05/howto-video-using-sqlite-in-metro-style-app.aspx (you can skip the building part) to see what I mean.Answered | 2 Replies | 3622 Views | Created by Panthera_uncia - Tuesday, July 10, 2012 11:16 AM | Last reply by Tim Heuer - Tuesday, July 10, 2012 6:56 PM -
0 Votes
How to perform raw SQLite query (With multiple row result) through sqlite3-winrt
For help with the SQLite-winrt wrapper you'll be better off posting on the project site at http://sqlwinrt.codeplex.com/discussions Tim Heuer has a ...Answered | 1 Replies | 1324 Views | Created by suganthe balajee - Wednesday, April 9, 2014 4:23 AM | Last reply by Rob Caplan [MSFT] - Wednesday, April 9, 2014 11:32 PM -
1 Votes
[WinRT, Windows] SQLite3.Step (stmt) returns Error in Windows Runtime Apps
Based on your description, when you selected 100 row, your code worked well.Answered | 1 Replies | 729 Views | Created by KishorBikramOli - Wednesday, November 25, 2015 9:18 AM | Last reply by Xavier Xie-MSFT - Friday, November 27, 2015 8:40 AM -
0 Votes
sqlite on iot on the raspberry pi 2
At one time I managed to include the SQLite code of CreateTableAsync in the project, so I could step through the debugger.Answered | 17 Replies | 2607 Views | Created by Ben Geerdes - Tuesday, January 5, 2016 11:09 PM | Last reply by PierreD Savard - Monday, November 28, 2016 6:10 PM -
0 Votes
sqlite3 and stdafx.h
I have added sqlite-amalgamation to my project and at the top of 'sqlite3.c' I added #include"stdafx.h" this ...Answered | 2 Replies | 4900 Views | Created by ArbolOne - Friday, December 21, 2012 5:08 AM | Last reply by ArbolOne - Friday, December 21, 2012 2:35 PM -
4 Votes
ListView with SQLite as the data provider
Check out https://github.com/doo/SQLite3-WinRT It does not support transactions yet.Answered | 5 Replies | 6524 Views | Created by Bruno proITservice - Monday, September 24, 2012 8:47 PM | Last reply by Bruno proITservice - Sunday, October 7, 2012 5:14 PM -
0 Votes
[UWP][WinJS]sqlite database in Windows 10 by winjs
See issue #145 @ https://github.com/doo/SQLite3-WinRT/issues/145Answered | 4 Replies | 2203 Views | Created by Imtiyazk - Tuesday, May 17, 2016 4:45 PM | Last reply by saurabh.gupta.codes - Tuesday, October 11, 2016 1:08 PM -
1 Votes
[UWP] sqlite3.dll failed submission?
Yes you're right, was referencing the wrong version of SQLite, thanks!Answered | 4 Replies | 2025 Views | Created by MJFara - Friday, December 18, 2015 5:04 PM | Last reply by MJFara - Monday, January 4, 2016 7:20 PM -
7 Votes
Access SQLite from HTML5/JS Metro Apps
SQLite3JS-WinRT was optimized for huge result sets and we ended up using transfering the results as Strings and parsing the string as JSON on the JS siteAnswered | 57 Replies | 17179 Views | Created by SharathChandra - Monday, August 20, 2012 11:15 AM | Last reply by Flink1988 - Thursday, July 3, 2014 5:43 PM -
3 Votes
Sqlite- net for metro WinRT
Since then SQLite has been modified so it can work in a Windows Store app.Answered | 2 Replies | 2215 Views | Created by sandy purpletalk - Thursday, May 16, 2013 9:12 PM | Last reply by sandy purpletalk - Friday, May 17, 2013 1:23 PM -
0 Votes
[UWP]SQLite Connection Code
Hi Dinesh, You can use the SQLite3JS Wrapper to use SQLite in your application here is the link for the wrapper.Answered | 2 Replies | 989 Views | Created by Dinesh Jayachandran Developer - Wednesday, April 20, 2016 11:12 AM | Last reply by Ibraheem Osama Mohamed - Thursday, April 21, 2016 11:28 AM -
0 Votes
VSIX SQLite extension, local deploy, getting 'The specified module cannot be found' for sqlite3.dll.
I was troubleshooting this weekend and thought I had ruled that out (the comments in Tim Heuer's blog entry about the SQLite VSIX extension had ...Answered | 5 Replies | 2883 Views | Created by nerff - Monday, August 27, 2012 5:20 PM | Last reply by nerff - Monday, August 27, 2012 6:27 PM -
2 Votes
SQLite on IOT
Did you install SQLite?Answered | 5 Replies | 1243 Views | Created by Ben Geerdes - Thursday, December 31, 2015 1:21 PM | Last reply by Wernfried - Wednesday, June 8, 2016 9:10 AM -
0 Votes
SQLite multiple databases
Right now I solved the issue be calling every database in a row.Answered | 7 Replies | 2281 Views | Created by ElPazzo - Sunday, January 27, 2019 11:10 AM | Last reply by Dave Patrick - Wednesday, January 30, 2019 2:28 PM -
0 Votes
How to implement multiple queries in a single statement in sqlite-wp80-winrt.
It is related to sqlite only.Unanswered | 3 Replies | 1251 Views | Created by B.S.B - Monday, August 25, 2014 7:11 AM | Last reply by B.S.B - Wednesday, August 27, 2014 11:52 AM -
0 Votes
How to perform raw SQLite query (With multiple row result) through SQLiteAsyncConnection
Result.Answered | 2 Replies | 5552 Views | Created by Yan Cheng Cheok - Monday, December 3, 2012 8:38 AM | Last reply by Yan Cheng Cheok - Wednesday, December 5, 2012 3:28 AM -
0 Votes
How to Select result with Start and End Dates in SQLite
Hi FireDance, Take a look at the documentation from SQLite: http://www.sqlite.org/lang_datefunc.html.Answered | 1 Replies | 1163 Views | Created by FireDance - Tuesday, December 24, 2013 10:46 AM | Last reply by Jamles Hez - Wednesday, December 25, 2013 1:34 AM -
0 Votes
Debug Error sqlite3.lib,MSVRT.lib LNK2001
Are you using SQlite Database?Answered | 2 Replies | 2488 Views | Created by VaRyOs - Sunday, September 20, 2015 6:07 PM | Last reply by VaRyOs - Monday, September 21, 2015 8:25 PM -
2 Votes
Cannot add sqlite3.dll as a reference
I was having exactly the same problem as OP, NuGet was not finding SQLite at all.Answered | 10 Replies | 12664 Views | Created by bhs67 - Sunday, May 8, 2016 9:43 PM | Last reply by StuartWilson - Sunday, September 16, 2018 10:02 AM -
0 Votes
SQLite Async and any other performance tips
One thing to consider with async operations, although when done right your app will be responsive when performing many backend operations you may very well learn that it takes more time to ...Answered | 7 Replies | 615 Views | Created by wingers - Monday, September 4, 2017 9:01 PM | Last reply by Cherry Bu - Thursday, September 7, 2017 1:57 AM - Items 1 to 20 of 2942810 Next ›
No announcements