Skip to content
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

Sqlite Plugin for WP8 is not working #20

Open
DeepsM opened this issue Jan 7, 2014 · 1 comment
Open

Sqlite Plugin for WP8 is not working #20

DeepsM opened this issue Jan 7, 2014 · 1 comment

Comments

@DeepsM
Copy link

DeepsM commented Jan 7, 2014

Hi,
I have tried your sample, and it is working fine. then I integrated into my application with cordova version 2.9.1. It calls the plugin but the value of "option" in

public void open(string options)
{
}

is ["System.Collections.Generic.Dictionary`2[System.String,System.Object]","SQLitePlugin1316014765"]

instead of {"dbName":"gid_native.sqlite3"}

Why is this happening?

Thanks.

@gabrielmuresan
Copy link

It might be because of the . (dot) in the database name. windows does not support files with special characters in them and since this solution creates a db file that might be the problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants