Hi, ALL.I Get a Master/Detail application with 3-tier. I set Cascad Delete in my DataBase. But When I ApplyUpdate on Client, the appServer Always Delete the Detail first, and then Delete the Master record.I have include poCascadeDeletes in Provide.Options.How can i do to abandon appServer to Delete every Detail one by one ? this performance is too bad.Thanks all.