I Have a Stored Procedure "AddStudent" It takes as parameters: StudentEmail, Lastname, FirstName, Middle, Address, City, State, ZipCode, Phone , DOB) All Are VarChar2
I need to know how to execute the stored procedure when the Sumbit button on the form is pressed. Please help!!!
I need to know how to execute the stored procedure when the Sumbit button on the form is pressed. Please help!!!