To implement direct row handling, you can use two synchronization events along with several interfaces and methods in the MobiLink server APIs for Java and .NET.
Direct row handling allows you to directly access the upload stream and download stream. You do this by writing Java or .NET methods for the handle_UploadData and handle_DownloadData synchronization events.
handle_UploadData accepts a single UploadedData parameter that encapsulates operations uploaded by a MobiLink client for a single upload transaction. See:
handle_DownloadData allows you to set download operations using the DownloadData interface. See:
For the Java API:
DBConnectionContext getDownloadData method
For the .NET API: