Hi,
Can anyone please help me with the format that oracle support for updating the Date in oracle.
stmt = "Update Archival set Archived =2, Status=2, ArchivedDate=to_char(sysDate,'dd/mm/yyyy') where DocID =:A1"
status = Capi.Exec( cnct, stmt,node.pID)
i have even tried with below as well
status = Capi.Exec( cnct, "Update Archival set Archived =2, Status=2, ArchivedDate=to_char(sysDate,'dd/mm/yyyy HH:MI:SS') where DocID =:A1", node.pID)
Thanks,
Nirmala