adding row at run time

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sepawar
    New Member
    • Feb 2007
    • 1

    adding row at run time

    hi,
    i want to add row and coulmn in the oracle form at run time, is it possible and how?(oracle 10g)

    somnath
  • MMcCarthy
    Recognized Expert MVP
    • Aug 2006
    • 14387

    #2
    This question has been moved to the Oracle forum.

    AMDIN

    Comment

    • debasisdas
      Recognized Expert Expert
      • Dec 2006
      • 8119

      #3
      use alter table command for the purpose.

      execute the command with the help of EXECUTE IMMEDIATE.

      Comment

      Working...