|
I'm not really understand what you mean. Did you mean that you want to create an application to do a query using a JDBC to your database?
If yes, then you need, for instance creating a JSP page that contains a form, and handle the form action using a servlet. This servlet is where you place you JDBC code such as opening a database connection, creating a statement and finally execute your query.
__________________
Website: To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. - Blog: To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|