Forum Moderators: phranque
Thanks,
Kevin
<cfquery name="myQuery" dataSource="myDB">
SELECT *
FROM myTable
</cfquery>
<cfcollection action="CREATE" collection="#myQuery.myTable#" path="path/to/where/collection/is/created">
Assuming your DB includes the URL to the ASP pages you can link to them from the search results. Any help?
<CFINDEX collection="#whatever#" action="UPDATE" query="Content" title="headline*" type="CUSTOM" custom1="headline*" custom2="HTMLfile*" body="body*,headline*" key="contentid*">
All marked with * are names of DB fields but only those in the body="" are used for the index. Still not sure I'm making sense.