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: web server PL/SQL cartridge: no POST, only GET?

Re: web server PL/SQL cartridge: no POST, only GET?

From: <bonanos_at_yahoo.com>
Date: Thu, 25 Jun 1998 11:07:22 GMT
Message-ID: <6mtb1a$mnd$1@nnrp1.dejanews.com>

> Am I correct in assuming that there is no way to use POST with the
> oracle web server PL/SQL cartridge? I have seen no mention of this in
> any documentation.

Your assumption is incorrect.

htp.formopen('my_proc') -- the default is post

htp.formopen('my_proc','POST')

htp.formopen('my_proc','GET')

This is mentioned in the documentation.

-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/ Now offering spam-free web-based newsreading Received on Thu Jun 25 1998 - 06:07:22 CDT

Original text of this message

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