Can anyone tell me the sql for creating a memo field in a table (Access 
database)?
This obviously does not work:

<CFQUERY NAME="create" DATASOURCE="#ds#">
        CREATE TABLE temp (tapeid number PRIMARY KEY, Title char(255), Desc memo)
</cfquery>

Thanks,
Les


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Reply via email to