Is there a single executable name for ALL versions of the SQL Server Anywhere product, or are there several different potential names based on the version, the product bundle, or some other factor? I.E. - ALL SQL Server Anywhere executables are named dbeng followed by version number. Example: SQL Server Anywhere 10 has an exe named dbeng10.exe and ALL SQL Server Anywhere 11 have an exe named dbeng11.exe If there are multiple names for the executable file what would I look for? Thanks, |
There are a few variations, namely: dbsrvXX.exe - Network server dbengXX.exe - Personal server rtengXX.exe - Runtime server With XX being the major version of the server. |