ASA Programming Guide
Programming Interface Overview
Unsupported code that provides other interfaces to Adaptive Server Anywhere is available for download.
PHP module The Adaptive Server Anywhere PHP module can be used to retrieve data from Adaptive Server Anywhere databases. To make PHP connect to Adaptive Server Anywhere using the PHP module, you must add the Adaptive Server Anywhere module's files to PHP's source tree, then re-compile PHP.
The PHP module is available as a separate download. For more information, see http://www.ianywhere.com/developer/code_samples/sqlany_php_module.html.
Perl DBI driver DBD::ASAny is the Adaptive Server Anywhere database driver for DBI, which is a database access Application Programming Interface (API) for the Perl Language. The DBI API Specification defines a set of functions, variables and conventions that provide a consistent database interface independent of the actual database being used. Using DBI and DBD::ASAny, your perl scripts will have direct access to Sybase Adaptive Server Anywhere database servers.
For more information, see http://www.ianywhere.com/developer/code_samples/dbd_asa_perl.html.
Application code samples are one of the most useful tools for application developers. Code samples, utilities, and solution samples are available on the iAnywhere website at http://www.ianywhere.com/downloads.