No, i don't. i tried to read database in specialfolderpath("engine") with this : set defaultfolder to specialfolderpath("engine") put revopendatabase("sqlite","database.sqlite") into X put revdatafromquery(X,"SELECT * FROM mytable") into Y put Y into the field "myfield" but there is nothing in my fi...
hi Maxv, Thanks for your help ! i selected "SQLite" like in the picture :/ i want to access to a full database (i save the database.sqlite with the apk package with "copy files" in the standalone application setting) and now it look totally empty :/ in a new button in a new stack i write in the scri...
Good morning everybody, im new livecode user and i got some problems... i use livecode 7.0 and i'm trying to create an app for android smartphone. i created a sqlite database and i tried to use it with live code. On my computer, it work fine, but when i test it on my device (samsung s5) , i can conn...