|
-
October 1st, 2000, 12:37 PM
#1
odbc select ..like ?
Hi, , I spent long time but it does not work :
PreparedStatement getSearchStmt;
String getchilds = "select * from MP5_CONCEPT_DEPENDENCIES where PARENT_ID=?";
getSearchStmt.setString(1,"'% + searchstring + %'");
But it does not return nothing, I don't know if what I am doing is correct or not.
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|