I am trying to update a table's cell using the following.
I use the same with select statement and it is working fine getting data from teh table cell.
When i used teh same with update statement, getting ODBC errors:
$end_time = sql('DatastoreName', 'update Tbl_Job_Status set j_end_time=sysdate()');