It's a reserved word in the sense that Access will throw an error.  I
ran into the same problem, which sailed past mySQL, SQL Server and
Oracle, if I remember correctly.  Try PageText or somesuch.

--Matt Robertson--
MSB Designs, Inc.
http://mysecretbase.com



-----Original Message-----
From: Thane Sherrington [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, August 27, 2002 8:30 AM
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


______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
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