Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Any expert Pro*C/C++ programmer out there?

Re: Any expert Pro*C/C++ programmer out there?

From: Laurenz Albe <invite_at_spam.to.invalid>
Date: 13 Mar 2007 07:58:10 GMT
Message-ID: <1173772689.427299@proxy.dienste.wien.at>


Ramon F Herrera <ramon_at_conexus.net> wrote:
> In my application, the critical variable which is only known at run
> time is none less than the table name. It is something like this:
>
> SELECT emp_name FROM $table_name WHERE emp_id = :some_unique_id;

I think that 'dynamic SQL' is what you are looking for.

Yours,
Laurenz Albe Received on Tue Mar 13 2007 - 02:58:10 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US