Before you can use a database in your application, you have to set it up as a datasource. This is a task that tends to confuse many new developers. In this article, we take the mystery out of creating data sources and connecting to databases with ColdFusion.
In this 3-page tutorial, you will be shown how to limit your database query results with a "Next 10 records" or a 'Previous 10 records" button instead of displaying all the results n a huge table which takes forever to load.