| Author |
problem in query using java code
|
Prasanna RamKumar
Ranch Hand
Joined: Nov 30, 2005
Posts: 31
|
|
i wrote query to select the words that start with the particular letter iam giving through java code it is showing errors ResultSet rs = st.executeQuery ("select rootwords from wordlist where rootwords like '"+input%+"' "); where input is the particular word iam getting from user
|
 |
Shailesh Chandra
Ranch Hand
Joined: Aug 13, 2004
Posts: 1076
|
|
make a query like this ("select rootwords from wordlist where rootwords like '"+input+"%' "); Shailesh
|
Gravitation cannot be held responsible for people falling in love ~ Albert Einstein
|
 |
 |
|
|
subject: problem in query using java code
|
|
|