Click here to Skip to main content
15,899,026 members

Comments by Wu Jiecheng (Top 12 by date)

Wu Jiecheng 29-Sep-15 8:51am View    
Googled "sql injection" and shocked! I 've never been aware of sql inject attack! Thanks for warning me! I tried getting the expression rs.getRow() right after the executeQuery(sql) statement and got the value 0. Is there anything wrong with my functiong getConn()?
Wu Jiecheng 28-Sep-15 10:24am View    
I tried PreparedStatement way, but got the same effect - no exceptions and no result row neither.
Wu Jiecheng 23-Sep-15 2:59am View    
Thanks for answering my question, I found my way out. You can check my solution below:)
Wu Jiecheng 23-Sep-15 2:59am View    
Thanks for answering my question, I found my way out. You can check my solution below:)
Wu Jiecheng 10-Sep-15 20:45pm View    
What I'm trying to do is to show 2 different tooltips at 2 different time. The first tooltip is shown when the mouse is hovering over the textbox (default tooltip can do that), while the second one is shown to warn the user when he clicks the "submit" button and text of the textbox is not suitable.