|
|
Subject:
Oracle Pl sql question!!!
Category: Computers > Programming Asked by: purplepit-ga List Price: $50.00 |
Posted:
06 May 2004 02:38 PDT
Expires: 05 Jun 2004 02:38 PDT Question ID: 341961 |
Hi, I need to develop a piece of script in PL/SQL to bring up a Password and Username box, which functions. can you please help with this? |
|
There is no answer at this time. |
|
Subject:
Re: Oracle Pl sql question!!!
From: scubajim-ga on 06 May 2004 09:35 PDT |
No can do. PL/SQL is not a GUI based language, there is no GUI. It is code that runs on the server. To run it you must be logged on to Oracle which means you already logged on and hence asking to log on doesn't make sense. You can go to www.otn.oracle.com and sign up for free (no spam) and read the documentation. |
Subject:
Re: Oracle Pl sql question!!!
From: arunkv-ga on 08 May 2004 22:37 PDT |
Are you by any chance trying to use the PL/SQL web toolkit to build a HTML login application? |
Subject:
Re: Oracle Pl sql question!!!
From: poweranswer-ga on 04 Jun 2004 16:51 PDT |
Checkout this link with example for PL*SQL ACCEPT command http://otn.oracle.com/support/tech/sql_plus/htdocs/command.html ACCEPT variable [NUMBER|CHAR] PROMPT text NOPROMPT HIDE accept variable_user prompt 'UserName : ' accept variable_pass prompt 'Password : ' hide This won't bring up a "GUI" box but might be what you are looking for. |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |