To handle direct uploads, complete the following steps:
Register a Java or .NET method for the handle_UploadData connection event.
Write a method for the handle_UploadData synchronization event. This event accepts one UploadData parameter. See:
The handle_UploadData event is usually called once per synchronization. However, for SQL Anywhere clients that use transaction-level uploads, there can be more than one upload per synchronization, in which case handle_UploadData is called once per transaction.
For more information about dbmlsync transaction-level uploads, see -tu dbmlsync option.
For general information about writing Java or .NET synchronization scripts, see:
For information about registering connection-level events, see:
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |