how can i query different tables using a parameterRow or through other methods?
From: Marcolm (Marcolm.19n91n_at_mail.codecomments.com)
Date: 07/19/04
- Next message: Marcolm: "Why? Why? Why?"
- Previous message: BrianM: "Tomcat app re-deploying is removing symbolic links"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 19 Jul 2004 12:43:14 GMT
> *
> You will need something along this line:
>
> String tableName = whichTable.getText();
> String query = "SELECT * FROM " + tableName;
>
> --
> Canadian Mind Products, Roedy Green.
> Coaching, problem solving, economical contract programming.
> See [url]http://mindprod.com/jgloss/jgloss.html[/url] for The Java
> Glossary. *
Thank u for your reply, Roedy. I have solve this problem. ^_^
-- Marcolm ------------------------------------------------------------------------ Posted via http://www.codecomments.com ------------------------------------------------------------------------
- Next message: Marcolm: "Why? Why? Why?"
- Previous message: BrianM: "Tomcat app re-deploying is removing symbolic links"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|