How to put what into a .cfm file? If you want to get column data for a
table, you can simply run a query against the information_schema table:

SELECT  *
FROM INFORMATION_SCHEMA.Columns
WHERE table_name = 'yourtablename'

The CFC shows one way you can do this and encapsulate it (and other related
behavior) into a single, reusable object. Pointing you to it was most likely
just to give you a starting point if you wanted to go down that road. If
you're unfamiliar with CFCs, trying to use it is probably not the best idea
since it is part of a larger project.



On Mon, Mar 30, 2009 at 2:35 PM, BobSharp <bobsh...@ntlworld.com> wrote:

>
> No.
>
> Asking how to put it into a .cfm page with tidy output.
>
> I'm new to CF and haven't seen  CFCs or <CFfunction>  before.
>
>
>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321115
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to