B4J Question insert data base record statement Error

Addo

Well-Known Member
Licensed User
Longtime User
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

what i am doing wrong ?
 
Top