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 11.
In the right pane, click the Services tab.
From the File menu, choose New » Service.
The Create Service Wizard appears.
Follow the instructions in the 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 11\bin32\dbeng11.exe" -n william -c 8m "c:\temp\sample.db" |
See Service utility (dbsvc) for Windows.
-c 20M -n myserver samples-dir\demo.db |
Line breaks are optional.
For more information about this choice, see Setting the account options.
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |