isql-webforms

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • patilanjana
    New Member
    • May 2007
    • 7

    isql-webforms

    Does any one know, how to call a stored procedure that accepts 3 arguments from a webform.

    ex: create or replace PROCEDURE insertproject(j num J.J#%type, jname J.JNAME%type, city J.CITY%type) IS .........

    I think the following form action is the key. Any other advice is most welcome.

    From a web form.
    Code:
    <form action="http://hostname:port/isqlplus/dynamic?script=http://hostname:port/~user/insertproject.sql" method="get">
                   <p>
                     <h3> Enter Project's J#: </h3>
                        <input type="text" name="jnum" size="35" />
                   </p>
                   <p>
                     <h3> Enter Project's Name: </h3>
                        <input type="text" name="jname" size="35" />
                   </p>
                   <p>
                     <h3> Enter Project's City: </h3>
                        <input type="text" name="city" size="35" />
                   </p>
                   <p>
                     <input type="submit" value="Submit Insert" />
                   </p>
              </form>
    Thank you.
    Anjana

    If I have violated any rules, it's not intentional. Help will be appreciated than a 2nd warning with second posting ever.
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    What that code is for ?

    Is that Oracle code ?

    Comment

    • patilanjana
      New Member
      • May 2007
      • 7

      #3
      The code is web form.

      Anjana

      Comment

      • debasisdas
        Recognized Expert Expert
        • Dec 2006
        • 8119

        #4
        Originally posted by patilanjana
        The code is web form.

        Anjana
        Then why that is posted in oracle forum ?

        Please post in related forum only.

        Comment

        • amitpatel66
          Recognized Expert Top Contributor
          • Mar 2007
          • 2358

          #5
          Thread moved to HTML forum

          Comment

          • drhowarddrfine
            Recognized Expert Expert
            • Sep 2006
            • 7434

            #6
            Well, SQL web forms don't belong in the HTML forum either but I don't know where to send it.

            Comment

            Working...