Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> WEBDB: Simple Help Referencing a variable

WEBDB: Simple Help Referencing a variable

From: <bward_at_sapient.com>
Date: 2000/07/31
Message-ID: <8m4vc3$ktn$1@nnrp1.deja.com>#1/1

I hope this isn't a dumb question.

I need to get a value from a form
in this case a password and run it
through a little decryption sql
and then overwrite the decrypted
text in the field.

The problem is that I can't get the
value in the first place.

I know it is in l_arg_values, but
I've had little luck with the following
methods.

1.

htp.print(WEBDB.wwv_name_value.get_string(l_arg_names, l_arg_values,
'PASSWORD'));
2.

htp.print(WEBDB.wwv_name_value.get_string(l_arg_names, l_arg_values,
'PASSWORD','YES'));
3.
l_arg_values(30)

The third option at least returns something. I get AAAGpUAABAAAEU9AAb when I am looking for b0a1b3b3b7afb2a4.

Does anyone know what this format is??
I'm at my wit's end.
Any help would be appreciated.

Thanks,
Ben

htp.p('<BR>'||l_arg_values(1));
htp.p('<BR>'||l_arg_values(29));
htp.p('<BR>'||l_arg_values(30));
htp.p('<BR>'||l_arg_values(31));

returns

ROWID
AAAGpUAABAAAEU9AAa
AAAGpUAABAAAEU9AAb
AAAGpUAABAAAEU9AAc

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Mon Jul 31 2000 - 00:00:00 CDT

Original text of this message

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