Ruby-DBI Driver for SQL Anywhere

This section provides an overview of how to write Ruby applications that use the SQL Anywhere DBI driver. Complete documentation for the DBI module is available online at [external link] http://ruby-dbi.rubyforge.org/.

 Loading the DBI module
 Opening and closing a connection
 Selecting data
 Inserting rows
 See also