Android Question b4xtable add lines/rows

fernando gibert

Member
Licensed User
Longtime User
Pls!

Is it possible to add rowlines to the bxtable ?

smthg as insert instead off sqli1 update ?

Thanks
 

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
Cookies are required to use this site. You must accept them to continue using the site. Learn more…