How do I identify the sqlite database I want to use with my app?

Hello.
I created a sqlite database; filled in the tables with the desired information; I want to load this bank with my app.
How do I identify the sqlite database I want to use with my app?

Hello @KleversonLopes

I hope this will help you…

Can you explain better?

If you want to import sqlite database then you should use an extension like @taifun 's SQlite Extension. Upload it to assets and use extension to import database

I’ve read it, I haven’t found it, if you have it, I don’t understand. From what I saw in the components, I can’t put the path or the name of the bank for identification, there is no set path or set name

Don’t need Path…

for example. My database is called “nvi.sqlite”, how do I tell the component that I want to open this database?

When inserting the Component you will create a SQLITE database automatically… After that, you will create your tables with the command Create Table…

Eu não quero criar, eu quero ler um já existente, criado previamente, criado no sqlstudio, por exemplo

:point_down:

US$12.00

1 Like

Community official lanquage is English. See example (image taken from Pura Vida Apps)

1 Like

alright, i’ll try this taifun, thank you

1 Like