Ok, what i am trying to do is add a column in my database that would contain
"Keywords" for a search.
What i am trying to do is add values from the data entered in the form from
the previous page to one field in the database
I only get a value of "-1" ????? is there something i am doing wrong???
<CFQUERY datasource="search">
INSERT INTO search(keywords)
VALUES('#name#' AND '#address#' AND '#phone#')
</CFQUERY>
Help?
-kev
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.