on 2011 Jul 08 11:20 PM
Start --> Settings --> Control Panel --> Add or Remove Programs
Choose SQL Anywhere 12 and then push the Remove button.
If you have installed the documentation, you have to uninstall it in a separate action.
This will not remove any database files you have created, including the demo database.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
And for anyone reading this answer in the future and wants to know how to uninstall the s/w on Unix... the answer is that you can either run the uninstall.sh script that gets created in the base directory of where you installed the s/w.... or just use "/bin/rm -rf <base-directory>". Please note that the /bin/rm solution is only good to use if you have not chosen to install menu links to your Linux install.
If by "related files" you mean the databases that you have have created, then just delete them. All other software and related files that were added to your computer when SQL Anywhere was installed on your computer will be removed by the uninstall program; only files which you have created after the install will remain after the uninstall program has been run. If you don't want these files that you have created then just delete them... there isn't anything else you need to do.
On Windows, if you defined any SQL Anywhere ODBC data sources, they will remain after the uninstall. You will not be able to remove them using the ODBC Administrator because the SA driver won't be there anymore. You'll need to remove their registry entries to get rid of them.
On Windows, the software is installed (by default) into "C:\\Program Files\\SQL Anywhere 12". The documentation (if installed) is also here. The SQLANY12 environment variable points to this location.
The samples are installed into your public documents area. On my Windows 7 system, the default location is "C:\\Users\\Public\\Documents\\SQL Anywhere 12\\Samples". For WinXP, the doc says they are here: "C:\\Documents and Settings\\All Users\\Documents\\SQL Anywhere 12\\Samples". The SQLANYSAMP12 environment variable points to this location.
SA12 files may be created here (Windows 7): C:\\Users\\All Users\\SQL Anywhere 12 C:\\ProgramData\\SQL Anywhere 12
More generally, if you look for directories called "SQL Anywhere 12", you should find any files created since the install and not uninstalled:
dir/s/b/a "sql anywhere 12"
Also, look for admin tools (Sybase Central, DBISQL) folders here: C:\\ProgramData C:\\Users\\Public\\Documents
The SQL Anywhere Monitor has a separate install. After running the uninstall, I would look here: C:\\Users\\Public\\Documents\\SQL Anywhere 12\\Monitor
User | Count |
---|---|
62 | |
10 | |
7 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.