How do you save a timestamp in mysql database?
I am trying to execute
rs.addnew
rs.fields("timestamp")=now()
rs.update
but no record added.
Any ideas?
I am trying to execute
rs.addnew
rs.fields("timestamp")=now()
rs.update
but no record added.
Any ideas?