Hello all.,
I am learning taifun sqlite .
I have a problem of not saveing the string into the sqlite database.
So when i insert a string in the sqlite database and then query it shows the string.
but when i close out of the app and open the app again the string is not in the sqlite database.
I can see the same results if i complie the apk or use the companion.
in Screen1.Initialized, you import external file, which overwrite the existing record.
So need to check if this database exists or not.If not, import the file, otherwise do nothing.
Posting a project, which contains a paid extension in a public community is against my terms and conditions
You are not allowed to distribute the extension in any form to others
And concerning your question as @Kevinkun already mentioned... the example project shows you how to do it...