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 -> Table Names as Parameters

Table Names as Parameters

From: DelphiDev <delphidev_at_yahoo.com>
Date: Tue, 06 Apr 1999 10:29:24 -0400
Message-ID: <370A1A44.AACA3FFC@yahoo.com>


Is there a way to pass a table name to a stored procedure:

PROCEDURE ADDCODE (mfilecode CHAR, new_code CHAR, new_desc CHAR) IS BEGIN
   INSERT INTO mfilecode

      VALUES (new_code, new_desc);
END ADDCODE; Thanks, Stan. Received on Tue Apr 06 1999 - 09:29:24 CDT

Original text of this message

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