| insert into TUser (id, userid, username, userdesc) values (iii, 'useridproc',
'usernameproc', 'userdesc'||iii);
|
Did I mention somewhere that you should use bind variables?
Your problem is not a Java problem, you should start looking at how databases work.
Regards
Felix
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4040136#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...