cancel
Showing results for 
Search instead for 
Did you mean: 

SQLAnywhere 11 download

0 Kudos

I need to download and install Sybase Central 11 to a PC to be able to manage a SQLAnywhere 11 database that is currently in use. Where can I find that download? Thanks.

AlexGourdet
Community Manager
Community Manager
0 Kudos

Thank you for visiting SAP Community to get answers to your questions.

As you're looking to get most out of your community membership, please consider include a profile picture to increase user engagement & additional resources to your reference that can really benefit you:

I hope you find this advice useful, and we're happy to have you as part of SAP Community!

All the best,
-Alex

Accepted Solutions (0)

Answers (1)

Answers (1)

chris_keating
Advisor
Advisor
0 Kudos

SQL Anywhere 12.0.1 client is available for download from SAP SQL Anywhere Database Client Download - SAP SQL Anywhere - Community Wiki. Sybase Central 12 will be able to connect to a SQLA 11 database server.

0 Kudos

This is a mission critical SQL Anywhere 11 database that can't be upgraded at this time. I am worried that modifying that database using Sybase Central 12 or 17 might cause some sort of conflict, corruption, or upgrade to the database. We have other server code also accessing and modifying that database via version 11 SDK, dlls, etc... What would happen if you modified a version 11 database with Sybase 12 or 17? When creating a new database with 12 or 17, would it automatically create them in the newer version rendering any existing compiled code obsolete? I am concerned about mixing and matching versions.

chris_keating
Advisor
Advisor
0 Kudos

Upgrading SQL Anywhere provides information about using Sybase Central with different server versions. In particular, refer to the section Compatibility with existing software (the last section of this page). It states that "[y]ou can manage old databases and old database servers from the current version of Sybase Central ... [and can] connect to and administer version 9 and later databases running on version 9 and later database servers". This section also describes which client and server version combinations are permitted and any limitations.

You cannot use SQL Central 17 to maintain a version 11 database (note that the admin tool name has been changed). Of the available SQL Anywhere Client standalone installs that are available, your only option is SQL Anywhere 12 Client.

It is more likely that installing a SQL Anywhere 11 Sybase Central would introduce conflicts unless you can ensure that its version and build match the version and build of your SQL Anywhere 11 environment. You will not corrupt a database using a different major version client software. You should not perform an upgrade (dbupgrad) or unload (dbunload) using a different major and minor version of the client software than the server version. If you are concerned that may accidently occur, rename or delete the dbupgrad.exe and dbunload.exe in the SQL Anywhere 12 Client install location. i.e., %sqlany12%\binX where x is the bitness (32 or 64).

If you are still concerned with using SQL Anywhere12 client to manage your SQL Anywhere 11 production environment, all functionality of Sybase Central can be performed with command line utilities or SQL statements.