I am using cfpresentation, and I need to pull data from a database to build the presentation, however how do you write the query to assemble it. I have the content for cfpresentationslide and it displays on a slide by slide basis. However, again, how would you write the query to list the slides. I have a basic query like this:
<cfquery name="" datasource=""> select * from table where slidelist = 'some number' </cfquery> Any help is greatly appreciated. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5024 Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-newbie/unsubscribe.cfm
