All rows are downloaded for ULProduct—this is called snapshot synchronization.
The business rules for the ULProduct table are as follows:
Product information can be inserted, deleted, or updated at the consolidated database. The script corresponding to these operations is as follows:
download_cursor The following download_cursor script downloads all of the rows and columns of the ULProduct table at each synchronization:
SELECT prod_id, price, prod_name FROM ULProduct |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |