i am trying to insert a record into a database as following
i get this error in the log and cannot compile
what i am doing wrong ?
B4X:
SQLR = sql.ExecNonQuery("INSERT INTO glog (DateEnter) Values ( '"&Currdate&"')")
i get this error in the log and cannot compile
Cannot Assign void Value
what i am doing wrong ?