To get you started.

<cfquery datasource="ODBCDatasourceName" name="nameofquery">
SELECT *
FROM Table
</cfquery>

<cfoutput query="nameofquery">
#columnName1# #columnName2# and so one <br>
</cfoutput>


Spaminator wrote:

>I've done some other database driven sites but nothing in coldfusion.
>
>I now need to host a simple access file and make it searchable. I have cold
>fusion studio 5 and macromedia ultradev 4.
>
>Can any point me in the right direction for doing that?
>
>Thanks,
>
>
>Sean Percival
>Owner
>Paragon Matrix - Web and Graphic Design
>877.498.6072 - phone
>[EMAIL PROTECTED] - email
>[EMAIL PROTECTED] - wireless email
>www.paragonmatrix.com - web
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to