hi!, I'm just new to
java swing and
jdbc... I'm the pace of searching records... I was making a code which can search for a record by typing a certain letter.. when I type 'j' all the letters that begins with 'j' appears etc. and I made it right..
here's the problem, I wanted to make a search which is better than that.. if I'm looking for a record example name: "john" when I type 'j' of course all the records that starts with 'j' will appear and then 'o' and all the records that starts with 'j' and has a second character 'o' will appear.. and so on... until it found "john"... I don't know how to make each character I type into one
string...
can anybody correct my code or can give me any idea on how to make that.. hope to hear from all of you soon.. thanks