This section describes how to set up services using Sybase Central and the Service utility.
To create a new service (Sybase Central)In the left pane, select SQL Anywhere 12.
In the right pane, click the Services tab.
Choose File » New » Service.
Follow the instructions in the Create Service Wizard.
You can also create services for the MobiLink plug-in. See Running the MobiLink server outside the current session.
To create a new service (command line)Run a dbsvc command that includes the -w option.
For example, to create a personal server service called myserv where the database server runs as the LocalSystem user, enter the following command:
dbsvc -as -w myserv "C:\Program Files\SQL Anywhere 12\Bin32\dbeng12.exe" -n william -c 8m "c:\temp\sample.db" |
See Service utility (dbsvc) for Windows.
Notes![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |