No announcements
Found 705929 threads
-
1 Votes
[UWP][XAML]SQLite and Store deployement
Does you app pass certification at the store ?Answered | 3 Replies | 704 Views | Created by wakefun - Friday, July 1, 2016 6:51 AM | Last reply by Xavier Xie-MSFT - Monday, July 4, 2016 1:43 AM -
1 Votes
[UWP]Sqlite for UWP
Use this article (Using SQLite databases in UWP apps) as an entry point .Answered | 1 Replies | 964 Views | Created by servicesman - Tuesday, March 28, 2017 3:18 PM | Last reply by Azat Tazayan - Tuesday, March 28, 2017 5:14 PM -
0 Votes
[UWP] Sqlite for Cordova Windows 10 UWP
Hello Pradeep1983, It seems you've already got the answer from SO ...Answered | 1 Replies | 1157 Views | Created by Pradeep1983 - Wednesday, March 30, 2016 5:35 PM | Last reply by Barry Wang - Thursday, March 31, 2016 9:33 AM -
0 Votes
[UWP][Xaml]Combobox in sqlite
when I choose an option must be output in the sqliteAnswered | 6 Replies | 1000 Views | Created by Javier Ra - Friday, September 9, 2016 5:29 PM | Last reply by Javier Ra - Saturday, September 17, 2016 7:20 PM -
0 Votes
[UWP] Which SQLite Wrapper to use
Hi Jayden Gu I read the link of using SQLite-net with uwp that you provided.Answered | 3 Replies | 1228 Views | Created by FireDance - Thursday, August 11, 2016 2:27 PM | Last reply by Peter DC - Monday, August 15, 2016 12:51 PM -
0 Votes
UWP store data: (JSON) file vs SQLite vs MSSQL
It sounds like you want the IoT device to queue-up one or more server update requests into a local data store?Answered | 1 Replies | 1346 Views | Created by HEDMON - Thursday, May 18, 2017 9:49 AM | Last reply by Mystic Taz - Wednesday, May 24, 2017 6:00 PM -
0 Votes
[UWP] XAML toolkit Control -- Live Chart
Here is a UWP-MVVM sample you can reference: https://github.com/qmatteoq/UWP-MVVMSamples.Answered | 4 Replies | 2372 Views | Created by FireDance - Wednesday, August 17, 2016 6:37 AM | Last reply by Jayden Gu - Monday, August 29, 2016 11:10 AM -
0 Votes
[UWP][C#]How many way to store Map route to a SQLite Datababse?
Hi nguyenthanhliemfc, I guess that you want to get the user's location and store it into SQLite, then ...Answered | 9 Replies | 736 Views | Created by Nguyen_Thanh_Liem - Monday, May 9, 2016 8:46 AM | Last reply by Nguyen_Thanh_Liem - Friday, May 13, 2016 7:13 AM -
1 Votes
[UWP] What version of SQLite to use?
There are only document for start Entity framework 7 with SQLite for C# apps and https://docs.efproject.net/en/latest/platforms/uwp/getting-started.html ...Answered | 3 Replies | 1284 Views | Created by ata6502 - Tuesday, August 9, 2016 12:29 PM | Last reply by Barry Wang - Thursday, August 11, 2016 2:54 AM -
0 Votes
Iamge in sqlite Axml Uwp
The previous ConvertImage is for converting Image to byte[] in order to save it in the SQLite as byte[].Answered | 22 Replies | 908 Views | Created by Javier Ra - Saturday, July 22, 2017 4:43 PM | Last reply by Javier Ra - Wednesday, August 2, 2017 9:37 AM -
0 Votes
[UWP]SQLite InsertOrReplaceAll
In my experience, if you want to insert a collection into sqlite database, you could use “InsertAll” method.Answered | 1 Replies | 828 Views | Created by BitSmithy - Wednesday, August 17, 2016 10:17 AM | Last reply by Xavier Xie-MSFT - Thursday, August 18, 2016 11:48 AM -
0 Votes
[UWP][WinJS]sqlite database in Windows 10 by winjs
Please see: https://blogs.windows.com/buildingapps/2014/07/02/writing-a-sqlite-wrapper-component-for-universal-windows-apps/ The blog is for ...Answered | 4 Replies | 2303 Views | Created by Imtiyazk - Tuesday, May 17, 2016 4:45 PM | Last reply by saurabh.gupta.codes - Tuesday, October 11, 2016 1:08 PM -
2 Votes
[UWP][SQLITE] How to export my sqlite data to csv file?
First load data from SQLite into your collection and show them in UI.Answered | 4 Replies | 4939 Views | Created by Bhavya Shah26 - Tuesday, July 19, 2016 4:40 PM | Last reply by Bhavya Shah26 - Friday, August 12, 2016 4:10 PM -
0 Votes
[UWP] Does anyone know how to use data in an UWP for the store without using SQlite and EF ?
I've been using it for storing large number of items and it is working pretty good.Answered | 5 Replies | 469 Views | Created by iniloteb - Tuesday, March 22, 2016 4:50 PM | Last reply by mcosmin - Wednesday, March 23, 2016 7:42 AM -
0 Votes
[UWP]Xaml view in Uwp
Guide to posting: subject line tags As you said that XAML View only has the view without any .CS/.VB code in code behind, so we usually use ...Answered | 1 Replies | 1159 Views | Created by Tuman_ - Monday, April 18, 2016 12:10 PM | Last reply by Active Geometry - Tuesday, April 19, 2016 8:19 AM -
1 Votes
[UWP]How to sync sqlite with sql server using sync framework
You can create similar tables in the SQLite and SQL Server databases and use a web service to sync all data of offline sqlite db and online sql server db.Answered | 1 Replies | 5450 Views | Created by Prashant Srivastava01 - Monday, December 4, 2017 9:04 AM | Last reply by Breeze Liu - Tuesday, December 5, 2017 8:27 AM -
0 Votes
[UWP] Sqlite not running on X86 on a x64 W10?
Thats interesting as this Blog entry on windows.com is all about that nuget package (which should work on ...Answered | 7 Replies | 946 Views | Created by WickedSick - Tuesday, May 9, 2017 1:39 PM | Last reply by Xavier Xie-MSFT - Friday, May 19, 2017 7:52 AM -
1 Votes
[UWP]Save Xaml in Pdf file
See my post here: https://stackoverflow.com/questions/44688156/converting-xaml-to-pdf-in-an-uwp-app/45739615#45739615Answered | 5 Replies | 3130 Views | Created by Claudio Paccone - Tuesday, October 20, 2015 2:10 PM | Last reply by Zaxxonal - Friday, August 18, 2017 2:02 AM -
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 | 1085 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 -
1 Votes
[UWP]'file is encrypted or is not a database' error while opening the sqlite db
I'm using sqlite3.dll v3.13.0 http://www.sqlite.org/2016/sqlite-uwp-3130000.vsix and cannot even use the PRAGMA key as I use to before.Answered | 8 Replies | 2147 Views | Created by Ashishks1987 - Thursday, April 14, 2016 12:23 PM | Last reply by asdfdffdsadfasdfsa - Monday, July 11, 2016 3:27 PM - Items 1 to 20 of 705929 Next ›
No announcements