Consultor Eletrônico



Kbase 19491: OPEN CLIENT: Passing Temp-Tables to the AppServer (ACTIVEX)
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   04/02/2000
When using either ADO (ActiveX Data Objects) or DAO (Data Access Objects) to hold the data being passed to a 4GL program running on the AppServer via Open Client it is important to understand that the records we send to the AppServer are based on the current record pointer position in the ADO or DSO recordset.

If you want to pass the entire contents of the ADO or DAO recordset to the AppServer then you must invoke the MoveFirst() and MovePrevious() methods to move the record pointer so that it is before the first record in the recordset. Doing this is the only way to ensure that the entire recordset is passed to the AppServer.