You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I download a db file from URL with FileTransfert in cdvfile://localhost/persistent/medias/db/test.db
But I don't know how to load this downloaded file
What is the good parameters from name, iosDatabaseLocation ?
I try many value, all not work ..
window.sqlitePlugin.openDatabase({iosDatabaseLocation: 'Documents',name:"cdvfile://localhost/persistent/medias/db/test.db"})
When try to select my datas, no datas found.
I think is a created new DB and not load my file ..
Thanks for your help.
The text was updated successfully, but these errors were encountered:
Hello,
I download a db file from URL with FileTransfert in cdvfile://localhost/persistent/medias/db/test.db
But I don't know how to load this downloaded file
What is the good parameters from name, iosDatabaseLocation ?
I try many value, all not work ..
window.sqlitePlugin.openDatabase({iosDatabaseLocation: 'Documents',name:"cdvfile://localhost/persistent/medias/db/test.db"})
When try to select my datas, no datas found.
I think is a created new DB and not load my file ..
Thanks for your help.
The text was updated successfully, but these errors were encountered: