-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Database issue #13
Comments
Try to use a callback function. Your syntax will on all devices I tried fail for WP8 - it works with Android/iOS though.
|
This is not working for window 8....and i guess this plugin support windows 8 platform ?? |
This Plugin is for Windows Phone 8. It only works with Phonegap 2.7 or lower. |
I have a solution for Windows 8 too but it needs to be cleaned up before I put it on github. Hopefully I will have time to circle back around to update this plugin after I complete this other big project I am working on. On Sep 26, 2013, at 9:28 AM, biodiv [email protected] wrote:
|
I'm using phonegap 2.2.0 for WP8 hope it works. |
And is there any DLL i need to require for this plugin ?? |
Yes, you need to include community.csharp.sqlite as a reference. The file is included in the package. |
I didn't find community.csharp.sqlite.. |
https://github.com/marcucio/Cordova-WP-SqlitePlugin/tree/master/Community.CsharpSqlite.WinPhone On Sep 29, 2013, at 3:32 AM, mhd3000 [email protected] wrote:
|
var db = window.sqlitePlugin.openDatabase(" database", "1.0", "issue",200000);
or
var db = sqlitePlugin.openDatabase("database ", "1.0", "issue",200000);
Tried both but not able to insert the values in database (Window 8 platform).
Please help me out.
Thanks.
The text was updated successfully, but these errors were encountered: