This section describes how to create and set up the SQL Anywhere databases for replication.
You can create a database using Sybase Central or the dbinit utility. For this tutorial, you use the dbinit utility.
Run the following command from the tutorial directory you created to hold the primary database (for example, c:\tutorial\primedb):
dbinit primedb |
This creates a database file named primedb.db in the current directory.
Run the following command from the tutorial directory you created to hold the replicate database (for example c:\tutorial\repdb):
dbinit repdb |
This creates a database file named repdb.db in the current directory.
Next, you have to start database servers to run the databases.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |