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 UploadData 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:
For the .NET API:
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |