[sqlite] Having issue working with SQLite & Windows Phone 8.1!

2015-03-22 Thread Stephen Chrzanowski
Do you have a working database object that has its hands on the physical database? At application initilization when opening the database, perform a simple query against this table, or another, and verify that you are indeed pulling from the CORRECT database. Do a search on the local file system

[sqlite] Having issue working with SQLite & Windows Phone 8.1!

2015-03-22 Thread Sumesh Chandran
Hello all, I am working on SQLite with Windows Phone 8.1 and already having quite a few issues as of now. I am trying to insert some data dynamically to the table, when the app launches. This is the InnerException message that I get on launch " no such table: theScheduleClass" and the r

Re: [sqlite] Windows Phone 8.1

2014-05-05 Thread Ryan Finnesey
Thank you Joe -Original Message- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Joe Mistachkin Sent: Monday, May 5, 2014 8:23 PM To: 'General Discussion of SQLite Database' Subject: Re: [sqlite] Windows Phone 8.1 Ryan Finn

Re: [sqlite] Windows Phone 8.1

2014-05-05 Thread Joe Mistachkin
Ryan Finnesey wrote: > > Has anyone confirmed this is something in the works? > It's actively being worked on. -- Joe Mistachkin ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] Windows Phone 8.1

2014-05-05 Thread Ryan Finnesey
: [sqlite] Windows Phone 8.1 I'd love to see it as well. Now that my app is ready for submission to the Windows Phone store, I find that the Sqlite available through Tim Heuer's blog prevents my app from being accepted by the store because this build of sqlite uses disallowed APIs. -- And

Re: [sqlite] Windows Phone 8.1

2014-05-04 Thread Andrew Arnott
; To: General Discussion of SQLite Database > Cc: Lane Williams > Subject: Re: [sqlite] Windows Phone 8.1 > > I found this, which offers a private build of a Universal compatible > version of SQLite. > > http://timheuer.com/blog/archive/2014/04/17/universal-windows-apps-nuget-sdk

Re: [sqlite] Windows Phone 8.1

2014-04-23 Thread Ryan Finnesey
On Behalf Of Andrew Arnott Sent: Monday, April 21, 2014 10:24 AM To: General Discussion of SQLite Database Cc: Lane Williams Subject: Re: [sqlite] Windows Phone 8.1 I found this, which offers a private build of a Universal compatible version of SQLite. http://timheuer.com/blog/archive/2014/04/17

Re: [sqlite] Windows Phone 8.1

2014-04-21 Thread Andrew Arnott
and a Windows Phone 8.1 App. >> >> Cheers >> Ryan >> >> >> -Original Message- >> From: sqlite-users-boun...@sqlite.org [mailto: >> sqlite-users-boun...@sqlite.org] On Behalf Of Lane Williams >> Sent: Sunday, April 13, 2014 4:53 PM >> To: sql

Re: [sqlite] Windows Phone 8.1

2014-04-21 Thread Andrew Arnott
Of Lane Williams > Sent: Sunday, April 13, 2014 4:53 PM > To: sqlite-users@sqlite.org > Subject: [sqlite] Windows Phone 8.1 > > I have used the SQLite on several Windows Store and Windows Phone projects > including the latest version 3.8.4.3 on a Windows Phone 8 project from VS

Re: [sqlite] Windows Phone 8.1

2014-04-18 Thread Ryan Finnesey
Sent: Sunday, April 13, 2014 4:53 PM To: sqlite-users@sqlite.org Subject: [sqlite] Windows Phone 8.1 I have used the SQLite on several Windows Store and Windows Phone projects including the latest version 3.8.4.3 on a Windows Phone 8 project from VS 2013, they all work Great. However the 3.8.4.3

[sqlite] Windows Phone 8.1

2014-04-13 Thread Lane Williams
I have used the SQLite on several Windows Store and Windows Phone projects including the latest version 3.8.4.3 on a Windows Phone 8 project from VS 2013, they all work Great. However the 3.8.4.3 version will not recognize in my latest Windows Phone 8.1 project. I am trying to use the new "Univer