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 -> Is there any simple way ?

Is there any simple way ?

From: EQ <Ekie_at_BigFoot.com>
Date: Mon, 12 Apr 1999 15:19:34 +0700
Message-ID: <3711AC96.731E5C09@BigFoot.com>

INSERT INTO testing (name, addr, note1, note2, note3, ......,note9, note10)

    VALUE (:sName, :sAddress, :sType1, :sType2, ........, :sType9, :sType10);

Is there any simple way for this command in embedded SQL ? Can I write a field name (note1 ...note10) as a variabel ? And if :sType are variabel with array (sType[1], sType[2] ....) how can I insert their value into a new record ? Received on Mon Apr 12 1999 - 03:19:34 CDT

Original text of this message

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