cancel
Showing results for 
Search instead for 
Did you mean: 

Delete Message SUp +DOE

Former Member
0 Kudos

I have a Data object that has one child node.

When in SUp I mark de root node for deletion the sup return only de confirmation for deletion the root object, in this case the child object not is erased in mobile datat base and still orphan.

How Do elete all the table content (root and child) ?

root

|- child

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I will open the ticket.

sivasatyaprasad_yerra
Active Contributor
0 Kudos

When record is deleted, root node will be sent as delete as it is obvious that all child node instances should also be deleted. So, DOE also sends confirmation only with root node as delete. In this case, DB logic (DLLs provided by SUP server / generated code by SUP server) should take care of deleting all the child instances for the root record.

I think this case is already handled by SUP server libraries.

Please raise a CR in Sybase support center if this is not happening or raise OSS message in gateway component.

Regards,

Siva.