Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 » SQL Anywhere Server - Programming » Perl DBI support

 

Perl scripts that use DBD::SQLAnywhere

This section provides an overview of how to write Perl scripts that use the DBD::SQLAnywhere interface. DBD::SQLAnywhere is a driver for the DBI module. Complete documentation for the DBI module is available online at [external link] http://dbi.perl.org.


The DBI module
How to open and close a database connection using Perl DBI
How to obtain result sets using Perl DBI
How to process multiple result sets using Perl DBI
How to insert rows using Perl DBI