ExecNonQuery2 list maker

gapi

Active Member
Licensed User
Longtime User
ExecNonQuery2 array as objects

Hi all, how can I get an object list (the second parameter of the ExecNonQuery2 function) in a loop for next ? Currently I use it inline Array as Object ...

B4X:
SQL1.ExecNonQuery2("INSERT INTO " & tablename &" VALUES (?,?,?)", Array As Object (ColumnContent(0), ColumnContent(1), ColumnContent(2)))

tnx
 
Last edited:
Top