Sorry I have two questions?

1. How do you get a list of field names from an MS Access DB?

2. I have two tables. I need to populate one with information from the 
other both of the same structure.
I tried
<cfquery datasource=#db# Name=boo>
Select * from table123
</cfquery>

<cfoutput query=boo>
<cfinsert datasource=DB2 tablename=tablexyz>

I dont want to have to write all the fields out.

Thanks in advance,


Joy



  

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to