Skip to Content
0
Former Member
Feb 22, 2012 at 10:20 AM

I am trying to use the following script to update tables cell

72 Views

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()');