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

SQL Anywhere 12.0.1 » SQL Anywhere Server - Programming » OLE DB and ADO development » ADO programming with SQL Anywhere

 

Querying the database with the Recordset object

The ADO Recordset object represents the result set of a query. You can use it to view data from a database.

 Sample code
 Notes