The following code initiates TCP/IP synchronization. The MobiLink user name is Betty Best
, with password TwentyFour
, the script version is default
, and the MobiLink server is running on the host computer test.internal
, on port 2439
:
ul_sync_info synch_info; ULInitSyncInfo( &synch_info ); synch_info.user_name = UL_TEXT("Betty Best"); synch_info.password = UL_TEXT("TwentyFour"); synch_info.version = UL_TEXT("default"); synch_info.stream = ULSocketStream(); synch_info.stream_parms = UL_TEXT("host=test.internal;port=2439"); ULSynchronize( &sqlca, &synch_info ); |
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |