danarashad
Programmer
I am having trouble inserting into an access database.
<cfquery name="insert" datasource="#datasource#">
INSERT INTO noteLog (userID, note)
VALUES (#form.userID#,'#form.note#')
</cfquery>
the note field is a memo datatype. how do you insert into a memo datatype field. i've taking out the '' marks, nothing seems to work. help please!!!!
<cfquery name="insert" datasource="#datasource#">
INSERT INTO noteLog (userID, note)
VALUES (#form.userID#,'#form.note#')
</cfquery>
the note field is a memo datatype. how do you insert into a memo datatype field. i've taking out the '' marks, nothing seems to work. help please!!!!