Try using <cfqueryparam cfsqltype="CF_SQL_LONGVARCHAR"

-----Original Message-----
From: Thane Sherrington [mailto:[EMAIL PROTECTED]] 
Sent: dinsdag 27 augustus 2002 17:30
To: CF-Talk
Subject: Copying an Access memo field from one table to another.


I'm using this CFQUERY:

<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?

T


______________________________________________________________________
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

Reply via email to