Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.8K
2 Posted Topics
Re: hi, guy. i think same as jwenting. and your query string's errror is that you have to write your query as a string. your query string should be like that sqlquery=# "SELECT InstDegreeProgram.Program FROM InstDegreeProgram WHERE (((InstDegreeProgram.Program) Like " + "\"*\"" + input2 + "\"*\""+"))"+"ORDER BY InstDegreeProgram.Program"; you must close … | |
Re: hello. there isn't any problem in your syntax or code. but you probably hadn't written this code into a jsp file in a web project:) just start a new web project... |
The End.