-
Date Condition in Query
Hello, I want to return all objects created on a date by query. How can I do that? I tried this but it didn't work : select object_name from dm_document where r_creation_date = date('26/07/2012', 'dd/MM/yyyy') Mel
-
Deep Delete Folder Using IDfDeleteOperation
Hi Experts, I am trying to perform a deep folder delete using IDfDeleteOperation by setting enableDeepDeleteFolderChildren(true). The strange thing is the code is working fine. But in some cases I am getting the below exception, and without any changes if I execute the same code again, not getting the exception and folders…
-
Question with repeating attributes
Hello Experts, I have three reapating attributes in my custom type, citizen_name, citizen_last_name, sent_date. The citizen_name, citizen_last_name, attributes store tha name and last name of citizen and sent_date storse the date when mail ware sent to that particular citizen. Now the problem is that I want to show them in…