|
ADO plugin example that retrieves a list from a MS Access database [5]
| Updated: | | 2005.07.09 |
| Author: | | Northcode |
| Level: | | intermediate |
| Download: | | ado1.spx |
Demonstrates how to use the ADO plugin to retrieve records from a MS Access database. Displays a list of billionaires by ranking.
Provides an interface to specify search criteria, from which a SQL WHERE clause is built and used to retrieve data from the database. The retrieved data is formatted for display within a textfield.
This example comes with a MS Access database, however the ADO plugin will let you communicate with many other databases, such as MySQL, MS SQL Server, MS Excel spreadsheets, text files, CSV files - any data source with a supporting ADO driver installed.
|
|