How do I manually start the SQLAnywhere database?
A. Complete these steps in order to manually start the SQLAnywhere engine: • Set the necessary environment variables for the root user. In this example, c-shell is used. Also, issue these commands: setenv SQLANY $BASE/SYBSsa50 setenv LD_LIBRARY_PATH $SQLANY/lib set PATH=($path $SQLANY/bin) • Issue this command in order to start the database: dbeng50 -n csecure $BASE/SQLANY/csecure.db Replace $BASE/SQLANY with the location of the SQLAnywhere database file.