Migration problem from Documentum 5.3sp5 to 6.5sp3
Hi All, We have migrating from Documentum 5.3 sp5 to Documentum 6.5 sp3,In Dql update statement working fine in 5.3 environment String strQuery = "update dbo.rt_chapter_subchapter " + " set last_update = DATE('" + formatter.format(date) + "', 'dd/MM/yyyy hh:mi:ss') " + " where roman_representation = '" +…