SQL Anywhere

From Wikipedia, the free encyclopedia

SQL Anywhere is an RDBMS product from Sybase iAnywhere. iAnywhere is a subsidiary of Sybase.

Contents

[edit] Features

  • Database files are operating-system-independent. This means that they can be copied between supported platforms.
  • Can be run on Windows, Windows CE, Novell NetWare, and various UNIX platforms, including Linux.
  • Has several standard interfaces (ODBC, JDBC, ADO.NET) and some special interfaces (eg. PHP, Perl).
  • Supports stored procedures and user functions (using Watcom SQL, T-SQL, Java, or C/C++), triggers, referential integrity, row-level locking, replication (two technologies: SQL Remote, MobiLink), proxy tables (links to other databases), and events (both scheduled and in response to system events such as lack of free disk space)
  • Supports strong encryption of both database files and client-server communication
  • Version 10 supports materialized views, database mirroring, server clustering, and snapshot isolation

[edit] Uses

SQL Anywhere is widely used in several contexts:

  • as an embedded database, as an application data store; for example, it is used in Intuit QuickBooks, in network management products, backup products, and others. Its ability to be used with minimal administration is a distinguishing feature in this role.
  • as a database server for workgroups or for small or medium-sized businesses.
  • in mobile computing environments. It includes scalable data synchronization technology that provides change-based replication across many mobile databases.

As of 2006 there were over 10 million deployed seats of SQL Anywhere.[1]

[edit] History

[edit] See also

[edit] External links

[edit] References

Languages