The Many Uses Of ColdFusion Simulated Queries

2003-06-17 by Builder.com

Like any modern Web application server, ColdFusion allows you to query databases and retrieve data. Unlike many Web application servers, CF makes it extremely easy to query databases and retrieve data.

You only need to write some SQL and place that code into the tag, which takes your SQL, sends it on to the database, and returns a query result set that you can then use in your application. However, this isn’t the only way to create a query result set.

Click below to read this article at the Builder.com website:

http://builder.com.com

The many uses of ColdFusion simulated queries