Android Question b4xtable add lines/rows

Mahares

Expert
Licensed User
Longtime User
This line adds a record to the bottom of the B4XTable (not to the database table) if table has 4 columns:
B4X:
B4XTable1.sql1.ExecNonQuery2($"INSERT INTO data VALUES(?,?,?,?)"$ , Array As Object(50000, "N1", "S1",1000))
 
Upvote 0
Top