On Feb 19, 2007, at 4:38 PM, [EMAIL PROTECTED] wrote:


(bind ?name "henry")
(?statement executeUpdate
"UPDATE rules SET rule1 = 'yes' WHERE name = '?name';")


Use the "str-cat" function:

(?statement executeUpdate
(str-cat "UPDATE rules SET rule1 = 'yes' WHERE name = '" ?name "';"))


---------------------------------------------------------
Ernest Friedman-Hill
Advanced Software Research          Phone: (925) 294-2154
Sandia National Labs                FAX:   (925) 294-2234
PO Box 969, MS 9012                 [EMAIL PROTECTED]
Livermore, CA 94550                 http://www.jessrules.com

--------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the list
(use your own address!) List problems? Notify [EMAIL PROTECTED]
--------------------------------------------------------------------

Reply via email to