Android Question SQLCipher async methods?

jtare

Active Member
Licensed User
Longtime User
Have someone experienced with async methods in SQLCipher? For some reason they don't work in my project, this code returns a success = true
B4X:
sql.AddNonQueryToBatch($"INSERT OR REPLACE INTO ${table} VALUES(?, ?)"$,Array as String(Name,id))
Dim SenderFilter As Object = sql.ExecNonQueryBatch("SQL2")
WaitFor (SenderFilter) SQL2_NonQueryComplete (Success As Boolean)
Log("NonQuery: " & Success)
But nothing happens, it never writes the new item to the db.
 

jtare

Active Member
Licensed User
Longtime User
Still happens the same, is there an alternative way to asynchronously execute non queries?
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…