Information Systems

College of Business Administration
University of Missouri - St. Louis

A Sample DSS

Second Database Example: Insert Example


<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/1999/PR-xhtml1-19991210/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<html>
<HEAD>
<Title>A Sample Database Use</title>
</HEAD>

<BODY TEXT="#000000" link="000000" VLINK="#000000" BACKGROUND="background.jpg">
<FONT FACE="ARIAL">

<CENTER><TABLE WIDTH="79%" >
<TR><TD>
<CENTER> <H2>
<FONT FACE="Beehive"><FONT COLOR="#C100C1"><FONT SIZE=+4>A Sample Database Use</FONT></FONT></FONT></H2></CENTER>
</TD> </TR>
</TABLE></CENTER>

<center><h3><p>Second Database Example: Insert Example</h3>

<form method="post" action="http://www.umsl.edu/servlet/FormServlet">
<input type="hidden" name="Conditional"
value="http://www.umsl.edu/~sauter/help/database/ooops.html">
<input type="hidden" name="USER" value="sauter">
<input type="hidden" name="SQLFile" value="class_insert.sql">
<input type="hidden" name="URLreturn"
value="http://www.umsl.edu/~sauter/DSS/javascript_examples/database/thanks.html">

<table border="2" cellpadding=10>

<caption><h3><font face="arial">Insert Exam Result</caption>
<tbody>
<tr>
<td> <h4> <font face="arial"> Student Id (Required)</td>
<td><input type="text" size="20" name="REQId"> </td>
</tr>
<tr>
<td> <h4> <font face="arial">Student Name </td>
<td> <input type="text" size="20" name="Name" maxlength="45"> </td>
</tr>
<tr>
<td> <h4> <font face="arial">Exam Score </td>
<td> <input type="text" size="20" name="Score"> </td>
</tr>

</tbody>

</table>

<br>
<input type="submit" value="Insert">

</form> </center>

<p>
<p> <p><P><hr><p>

<h4><strong><img src="/~sauter/DSS/javascript_examples/button2.jpg" width = 20>
<a href="/~sauter/help/Links_databases.html">Return to Index</a>

<p><br><p>
<h6><i>Page Owner:</i> <a href="http://www.umsl.edu/~sauter/">Professor Sauter</a> (<a
href="mailto:Vicki.Sauter@umsl.edu">Vicki.Sauter@umsl.edu</a>)<br>

<SCRIPT LANGUAGE = "JavaScript">
// This automatically updates the last modified date for the page.
//
when = document.lastModified
document.write("<i>This page was last modified on:</i> " + when + "<br>")
//
// This automatically updates the location documentation on the page.
where = document.location
document.write("<i>URL:</i> " + where)
</script>
<br>
© Vicki L. Sauter. All rights Reserved.
</html>


| UM-St. Louis Home Page | College of Business Page | IS Home Page |



Page Owner: Professor Sauter (Vicki.Sauter@umsl.edu)
© Vicki L. Sauter. All rights reserved.