> > <CFQUERY datasource="#Datasource#" name="AddCategories"> > INSERT INTO Categories(SurveyID, Title, Text, TriggerPoint) > VALUES (#GetSurveyID.LastID#, '#Title#', #Triggerpoint#) > </CFQUERY> > > To copy data from a default table to a live table. The Text field is a > memo, and CF throws an error. If I take Text out, it works fine. Is it a > reserved word, or is there a trick to copying memo fields? >
Text is a reserved. Stephen PS. When you create a new thread can you send a new email to the list rather than replaying to an existing thread please.... ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

