I want to create a time stamp everytime a button is clicked. I’m currently trying to do this via code in the event handler section, but can’t figure out what the code should look like. Here is what I have :
system.db.runUpdateQuery("Insert INTO endrun_tstamp(‘stampTime’) Value (“t_stamp”))
I’m using my MySQL for a database. Is “system.db.runUpdateQuery” correct for inputting new items into a database?
thanks!