Hi all,
I’m trying to use an existing database (sqlite) with the app.
My steps are:
- I’ve made my database and tables with an external tool (DB Browser for SQLite)
- I’ve copied the db file (skate.db) into project folder
- In appstudio, in project properties I’ve checked SQLite (WASM)
- In the project property “ExtraFile” I’ve write the name file (skate.db)
- The code of a pushbutton (click event) is: var DB = SqlOpenDatabase(“skate.db”);
- Etc… (make query and other)
The result is a MSGBOX with the text “SQLite library not found. Use SQLite WASM or Cordova plugin.”
Can someone help me?
Thank you
Gianluca