473,386 Members | 1,867 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

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(jnum 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.
Expand|Select|Wrap|Line Numbers
  1. <form action="http://hostname:port/isqlplus/dynamic?script=http://hostname:port/~user/insertproject.sql" method="get">
  2.                <p>
  3.                  <h3> Enter Project's J#: </h3>
  4.                     <input type="text" name="jnum" size="35" />
  5.                </p>
  6.                <p>
  7.                  <h3> Enter Project's Name: </h3>
  8.                     <input type="text" name="jname" size="35" />
  9.                </p>
  10.                <p>
  11.                  <h3> Enter Project's City: </h3>
  12.                     <input type="text" name="city" size="35" />
  13.                </p>
  14.                <p>
  15.                  <input type="submit" value="Submit Insert" />
  16.                </p>
  17.           </form>
  18.  
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.
Feb 15 '08 #1
5 1249
debasisdas
8,127 Expert 4TB
What that code is for ?

Is that Oracle code ?
Feb 15 '08 #2
The code is web form.

Anjana
Feb 15 '08 #3
debasisdas
8,127 Expert 4TB
The code is web form.

Anjana
Then why that is posted in oracle forum ?

Please post in related forum only.
Feb 15 '08 #4
amitpatel66
2,367 Expert 2GB
Thread moved to HTML forum
Feb 15 '08 #5
drhowarddrfine
7,435 Expert 4TB
Well, SQL web forms don't belong in the HTML forum either but I don't know where to send it.
Feb 15 '08 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Rui Cunha | last post by:
Hi, i'm having some problems at work with isql*plus in what concerns with session timeouts... here is the scenario: a class with 30/40 students working on PL/SQL and requesting the database...
1
by: Jacob Grydholt Jensen | last post by:
I am trying to learn iSQL*Plus for the 1Z0-007 exam. I am having a bit of problems with the substitution variables. My understanding was that they behave as in SQL*Plus, but my experiments beg to...
6
by: Alex Vilner | last post by:
Hello! We have a set of individual .SQL scripts which we would like to execute against a MS SQL Server 2000. Is there any way to have ISQL utility (or any other means) to execute all of them...
5
by: Jay Chan | last post by:
I am trying to use a command line program to run a stored procedure that generates output in a comma-delimitted format. Somehow, ISQL or OSQL always wrap the lines at 256 characters. I believe this...
1
by: Gary | last post by:
I want to run and 'Alter Database' statement from within a batch file. The batch file is to be run from an external automation program, (don't ask why).. I know the syntax for the alter db...
3
by: anuu | last post by:
Hi, I have created a database as pubs.qa and wrote a command utility to query a table. isql -S server -E -d pubs.qa -i qry.sql -b -n contents of qry.sql
4
by: Marcin Zmyslowski | last post by:
Hello everyone! I have the following problem. I`ve opened a Query Analyser and write the statement: -isql -S 'PL6XXXX' -i 'd:\SQL_Server_2000\Raport_WWW.sql' I got the following erorr...
3
by: yanakal | last post by:
Hi, I'm using isql to query data and output the same to a flat file. The isql has the following command options ' -h-1 -w500 -n -b -s"" '. In the SQL_CODE, the first two lines before the select...
1
by: Philip Bondi | last post by:
Hello to all SQL Server junkies who work with non-English characters: For people running scripts from the command line using ANSI files with special characters, it is very important to use isql...
0
by: rbarry | last post by:
I have a stored procedure that contains a statement like: select @myvar = count(*) from mytable where mycolumn is null when I run the procedure from query analyser a value is set in @myvar...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.