Sybase Technical Library - Product Manuals Home
[Search Forms] [Previous Section with Hits] [Next Section with Hits] [Clear Search] Expand Search

Part 4  Reference [Table of Contents]

Data Replication with SQL Remote

[-] Part 5 Appendix

Appendix

The appendix provides additional information that is not necessarily required for everyday use of the application.

Chapter 19

Enterprise and Anywhere: Differences

About this Appendix

This appendix summarizes the differences between SQL Remote for Adaptive Server Enterprise and for Adaptive Server Anywhere.

This appendix describes the main differences between these versions of the technology.

Types of difference

The differences between the versions of the software are of the following kinds:

This appendix addresses only replication using Adaptive Server Anywhere as remote databases. There are additional limitations if using Adaptive Server Enterprise as remote servers.

Differences in functionality

The major differences in functionality between SQL Remote for Adaptive Server Enterprise (SRE) and SQL Remote for Adaptive Server Anywhere (SRA) are as follows:

Differences in approach

There are some features of SQL Remote that must be approached in a different manner in SRE and SRA.

Adaptive Server Enterprise procedures and Adaptive Server Anywhere statements

In SQL Remote for Adaptive Server Anywhere, SQL statements are used to carry out the tasks that these stored procedures carry out in Adaptive Server Enterprise. The following table lists the SQL Remote procedures, and how they correspond to SQL statements in Adaptive Server Anywhere:

Adaptive Server Enterprise procedure

Corresponding Adaptive Server Anywhere statement

sp_remote_type

CREATE REMOTE MESSAGE TYPE

sp_remote_type

ALTER REMOTE MESSAGE TYPE

sp_drop_remote_type

DROP REMOTE MESSAGE TYPE

sp_grant_remote

GRANT REMOTE

sp_revoke_remote

REVOKE REMOTE

sp_publisher

GRANT PUBLISH

sp_publisher

REVOKE PUBLISH

sp_create_publication

sp_add_article

sp_add_article_col

CREATE PUBLICATION

sp_add_article

sp_remove_article

sp_add_article_col

sp_remove_article_col 

ALTER PUBLICATION

sp_drop_publication

DROP PUBLICATION

sp_subscription 'create'

CREATE SUBSCRIPTION

sp_subscription 'drop'

DROP SUBSCRIPTION

sp_subscription 'start'

START SUBSCRIPTION

sp_subscription 'stop'

STOP SUBSCRIPTION

sp_subscription 'synchronize'

SYNCHRONIZE SUBSCRIPTION

sp_passthrough_user

PASSTHROUGH FOR USERID

sp_passthrough_subscription

PASSTHROUGH FOR SUBSCRIPTION

sp_passthrough_stop

PASSTHROUGH STOP

Limitations for Enterprise to Enterprise replication

If you wish to use SQL Remote for replication between Adaptive Server Enterprise databases, rather than with Adaptive Server Anywhere remote databases, you should be aware of the following limitations:

Chapter 20

Supported Platforms and Message Links

About this Appendix

This appendix summarizes the platforms and message links that SQL Remote supports.

Supported message systems

SQL Remote exchanges data among databases using an underlying message system. SQL Remote supports the following message systems:

Not all systems are supported on all operating systems. For all systems other than the file sharing system, you must have purchased and installed the appropriate message system software for SQL Remote to function over this system. SQL Remote does not include the underlying message system software.

Supported operating systems

SQL Remote for Adaptive Server Enterprise

SQL Remote for Adaptive Server Enterprise is available for the following operating systems and message links:

SQL Remote for Adaptive Server Anywhere

SQL Remote for Adaptive Server Anywhere is available for the following operating systems:

%SystemRoot%\Profiles\userid\Personal\ce-machine-name\ Synchronized Files

where userid and ce-machine-name are set to the appropriate values. With this setup, ActiveSync automatically synchronizes the message files between the desktop and CE system.

Check Mobile Devices-->Tools-->ActiveSync Options to ensure that file synchronization is activated.

For information on setting message link parameters, see The file message system .

For details of the supported UNIX operating system versions, see the SQL Anywhere Studio Read Me First for UNIX.


sp_subscription_reset procedure [Table of Contents]