https://www.b4x.com/android/forum/threads/b4x-supabase-firebase-alternative.149855/
This is a very simple tutorial on how to use the CRUD options. A more detailed tutorial is coming soon.
CREATE
Dim Insert As Supabase_DatabaseInsert = xSupabase.Database.InsertData
Insert.From("dt_Tasks")
Dim...
Since before KVS was born I have saved default field data by assigning each field to a List element then saving to file with File.WriteList()
Apparently that does not work when the string data contains CRLF because the line are divided up and added as individual list elements. So I gave KVS a...
Hi, i have a csv file with 1.000.000 and more records. My initially idea is read and copy the records into my sqlite database, because i want my records locally, but the file is too big and the app crash (450 mb).
What is the best way to copy locally or it's better to read remotely this file...
Hi everyone, it’s possibile with b4i ti read mifare tag?
I found out this on Apple:
https://developer.apple.com/documentation/corenfc/nfcmifaretag
thanks if someone would answer.
Good day
UPDATE 2020-05-19: Please use this library instead
The attached class will help you in creating basic sql statements for CRUD functionality using BANanoSQL.
We feature CREATE, UPDATE, UPDATE & DELETE statements, we also have added, creating a table. Whilst this class will work...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.