IMPORT from extension....Sqlite1
I keep getting open failed: EISDIR.....
On which website is it appropriate to place the sqlite file?
The app where I use sqlite db on a local mobile works for me...
Hello.
The app pretends that the download to ASD was successful.....DownloadCompleted...
I have both WriteExternalSorage and ReadExternalSorage set....
Unfortunately, IMPORT db sqlite from ASD will not be done.....
Not from Companion....not from .apk
Can anyone help?
It would really help if you provided a screenshot of your relevant blocks, so we can see what you are trying to do, and where the problem may be.
To get an image of your blocks, right click in the Blocks Editor and select "Download Blocks as Image". You might want to use an image editor to crop etc. if required. Then post it here in the community.
find out the number of entries in the tblKnihy table and write them on label7...
Unfortunately, the app only prints ERROR: NO SUCH table: tblKnihy.
And at the same time, DownloadToASD1.DovnloadCompleted will run fine...
Hello.
Unfortunately, I found out that db.sqlite is not suitable for multiple users ... So I got a web hosting for MySQL. Are there any examples please?
Ondrej
This is not true. Of course it can handle multiple users. You setup a users table in much the same way as one would do for mySql, and require a successful "login" before performing actions on the data, and you could log a users actions in another table.
well, usually SQlite is used as local database, this is what the extension can offer,
but as @TIMAI2 already mentioned, you can also use SQlite also as server database
But in this case my sqlite extension will not be able to help anymore...
MySQL is another server database, see also my tutorial here