Addo Well-Known Member Licensed User Longtime User Aug 16, 2020 #1 i am trying to insert a record into a database as following B4X: SQLR = sql.ExecNonQuery("INSERT INTO glog (DateEnter) Values ( '"&Currdate&"')") i get this error in the log and cannot compile Cannot Assign void Value Click to expand... what i am doing wrong ?
i am trying to insert a record into a database as following B4X: SQLR = sql.ExecNonQuery("INSERT INTO glog (DateEnter) Values ( '"&Currdate&"')") i get this error in the log and cannot compile Cannot Assign void Value Click to expand... what i am doing wrong ?
Addo Well-Known Member Licensed User Longtime User Aug 16, 2020 #2 ops i forget that this should not be assigned to a Result . Mybad Upvote 0