hi,
i want to develop a java swing application for searching names in the database;
how can i get names which starts with a particular aplaphabet;
ex.'j'
ans:joseph
john
etc........
plz help me
thanks in advance

Recommended Answers

All 2 Replies

That's not a Java question, it's a SQL question. Look up how to use the LIKE condition.

Then you can refer the tutorials mKorbel posted above for questions about the UI.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.