But, the extension included in Kodular does not have the option “Import / FileName” or “ImportDatabase / FileName”. With the basic options you have, I did not understand how to open a database
The original extension doesn’t have these features either.
You can create the DB on the fly, using the SingleSQL method. Then you can’t export it easily. For import/export methods you can try these two extensions:
- SQlite Extension by TaiFun: App Inventor Extensions: SQlite | Pura Vida Apps
- frdfsnlght/aix-SQLite: GitHub - frdfsnlght/aix-SQLite: AppInventor extension for SQLite
Este aia esta dando erro!
Welcome. The official language of the forum is English. So please translate your text.
Sorry. This file is not working when I roll into Kodular today!
Can anyone please update the aia, or can anyone help?
agreed. It would be helpful
hope someone can post it
You can get all the files from this topic:
sure, i know but i’d liek to have an aia tu study the funcionality
Don’t give direct links of files if you are sharing someone’s content. It is always better to link the related topic.
Sorry , will never happen again by me.
Post edited!
aia file link is damaged, is it possible to upload again or update link?
Download from same topic on Thunkable:
i have a question, i saw that when screen initialize you have to create the table (if not exists)
what if i have to use more than a table in my screen?
maybe not only phonebook but something like cities?
then you have to create each of the tables separately using that Single SQL method
Taifun
fine
i think i have to use different tag in tinydb for each table i guess
and i’m thinking…why not multiple sql?
Hi , * I want to run multiple queries in kodular but do not know how to . How is it possible to do that ?*