Include two versions of Adaptive server Anywhere database servers in the product:
Personal database servers This type of server is provided for use by a single user on the same computer, for example, as an embedded database server. It also applies to development work.
The name of the personal server executable file is as follows:
On UNIX operating systems, the file name is DBENG9. On Windows (excluding Windows CE), the file name is
Dbeng9.exe.
In addition to the functions of a personal server, the network database server also supports client/server communication on the network. It is provided for use by multi-user.
The name of the network server executable file is as follows:
On UNIX operating systems, the file name is dbsrv9.
On Windows (including Windows CE), the file name is Dbsrv9.exe.
On Novell NetWare, the server is a NetWare mountable module (NLM) called DBSRV9.NLM.
The same SQL functionality in each version
The request processing engine is the same in these two versions of the server. They all support the exact same SQL language and all support identical database functionality. Personal servers do not support traffic on the network, more than 10 concurrent connections, or use more than one CPU. Applications developed for personal servers are not as different from applications developed for Web servers as in use.