it did not work, and with " " it did not work either, what is happening is
the on the form page it is only outputting one word in each field. thanks
-----Original Message-----
From: Peter Tilbrook [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 12, 2000 8:37 PM
To: [EMAIL PROTECTED]
Subject: RE: cf insert
Try removing the quotes, eg:
<cfquery name="GetDetail" datasource="#odbc#">
SELECT *
FROM Items
WHERE ItemID=#ItemID#
</cfquery>
(ItemID should be a numeric field, not a text field.)
-----Original Message-----
From: Chip Sigourney [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 13 July 2000 11:20 AM
To: Cf-Talk@Houseoffusion. Com
Subject: cf insert
having problems b/c this query is only returning one word for each field:::
<cfquery name="GetDetail" datasource="#odbc#">
SELECT * FROM Items WHERE ItemID='#ItemID#'
</cfquery>
thanks
----------------------------------------------------------------------------
--
Archives: http://www.mail-archive.com/[email protected]/
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.
----------------------------------------------------------------------------
--
Archives: http://www.mail-archive.com/[email protected]/
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.
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
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.