SQL Anywhere: Difference between revisions

Content deleted Content added
m History: Disambiguated cache
No edit summary
Line 1:
{{Refimprove|date=October 2009}}
'''SQL Anywhere''' is a [[Relational database management system|relational database management system (RDBMS)]] product from the company [[Sybase iAnywhere]], a subsidiary ofan [[SybaseSAP AG|SAP]] company.
 
== Features ==
SQL Anywhere can be run on [[Microsoft Windows|Windows]], [[Windows CE]], [[Mac OS X]], and various [[UNIX]] platforms, including [[Linux]], [[AIX]], [[HP-UX]] and [[Solaris (operating system)|Solaris]]. Database files are independent of the [[operating system]], allowing them to be copied between supported platforms. The product provides several standard interfaces ([[ODBC]], [[JDBC]], and [[ADO.NET]]) and a number of special interfaces such as [[PHP]] and [[Perl]]. The engine supports [[stored procedure]]s, user functions (using [[Watcom SQL]], [[T-SQL]], [[Java (software platform)|Java]], or [[C (programming language)|C]]/[[C++]]), [[Database trigger|triggers]], [[referential integrity]], row-level locking, [[Replication (computer science)|replication]], [[Cluster (computing)|high availability]], [[Default gateway|proxy tables]], and events (scheduled and system events). [[Strong encryption]] is supported for both database files and client-server communication.
 
== Uses ==