insert into sqlite

  1. JonnyCav

    Android Question Do While loop on B4XTable

    I create a B4XTable from 3 sqlite tables and the table builds. (The table is static) I created an array list from the table but I'm thinking that must be overkill. All I want to do is simply INSERT INTO an sqlite table by looping through the table. What would be the best method? We're only...
Top