how can i query different tables using a parameterRow or through other methods?
From: Marcolm (Marcolm.19lxtp_at_mail.codecomments.com)
Date: 07/18/04
- Next message: Roedy Green: "Re: how can i query different tables using a parameterRow or through other methods?"
- Previous message: Tony Morris: "Re: Inserting String into a database that contains the single quote character"
- Next in thread: Roedy Green: "Re: how can i query different tables using a parameterRow or through other methods?"
- Reply: Roedy Green: "Re: how can i query different tables using a parameterRow or through other methods?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 18 Jul 2004 19:44:02 GMT
hi,everyone
I'm new in java.
I want to query a table that depending on jdbTextField1.getText(). That
is to say the content of jdbTextField1.getText() is the name of table i
want to query. I tried to used these SQL codes:
SELECT *
FROM :table_name;// table_name = jdbTextField1.getText()
But it doesn't work. Help~!
-- Marcolm ------------------------------------------------------------------------ Posted via http://www.codecomments.com ------------------------------------------------------------------------
- Next message: Roedy Green: "Re: how can i query different tables using a parameterRow or through other methods?"
- Previous message: Tony Morris: "Re: Inserting String into a database that contains the single quote character"
- Next in thread: Roedy Green: "Re: how can i query different tables using a parameterRow or through other methods?"
- Reply: Roedy Green: "Re: how can i query different tables using a parameterRow or through other methods?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|