Consultor Eletrônico



Kbase P71008: Dynamics. The roles of the SDO and the Logic Procedure
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   3/8/2004
Status: Unverified

GOAL:

Dynamics. The roles of the SDO and the Logic Procedure

FIX:

The SDO still handles getting data from the database, and passing data between client and server. The SDO cotains the query that accesses the data.

The Logic procedure contains the standard validatin procedures, including both server-side and client-side validation. It also can contain any other business logic procedures that you might require.

In summary, the SDO gets the data; the logic procedure processes the data.