B4J Question [BANanoSQL] [SOLVED] Deletes Error (alasql.loadTableData is not a function)

Mashiane

Expert
Licensed User
Longtime User
Hi there

Attached here is a smaller version of my app, that details the error I am experiencing.

BANanoSQLDeletes.gif


1. Inserts - execute 10 inserts to a table - check
2. Updates - update the 'parentid' of all records - check
3. Deletes - dololo
4. Selects - selects all records from the db - check

The records created are random based on the dummy generator.

The b4j project is herein attached. I really need help!! :(

Thanks
 

Attachments

  • BANanoSQLDeletes.zip
    120.8 KB · Views: 219
Top