Hi guys,
I have this code
It runs OK in B4A 10 without any errors even though the array size is different with the number of parameters.
The MEM_CSH_BNK_IN_OT is a sqlite in memory table.
I have this code
B4X:
Main.SQLMem.ExecNonQuery2("insert into MEM_CSH_BNK_IN_OT values(?,?,?,?,?,?,?)", Array As Object(RowId,Main.PUB_ID_PYMNT_TYP,IdAcN,txtCB.Text,Amnt,DscP))
It runs OK in B4A 10 without any errors even though the array size is different with the number of parameters.
The MEM_CSH_BNK_IN_OT is a sqlite in memory table.