Hi,
 
Somewhere inside the target, I have following statements:
 
<setInputField description="email address"        name="temp.email"        
value="[EMAIL PROTECTED]" />
 
I need to pass this value to insert statment as below:
 
 
<sql        driver="oracle.jdbc.driver.OracleDriver"           url="${url}"     
   userid="apps"        password="password">        insert into user_t values 
('121206','2854637','${temp.email}',4,5,6,7,8,9,'01-DEC-08','E',12)
       </sql>
 
In this case ${temp.email} is getting inserted as string. Can somebody please 
point to me what is the problem in the above code.
Also, Can we used <preparedStatement> inside ant SQL
 
Thanks so much,
Deepa
_________________________________________________________________
Back to work after baby–how do you know when you’re ready?
http://lifestyle.msn.com/familyandparenting/articleNW.aspx?cp-documentid=5797498&ocid=T067MSN40A0701A

Reply via email to