Insert Form HTML Code
<html>
<head>
<title>Insert new data</title>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p>This form will insert a new record into the Category table
of the Northwind database.<hr></p>
<form name="frmInsert" method="post" action="insert.asp">
<p>
<b>Category Name</b><br>
<input type="text" name="txtCategory">
</p>
<p>
<b>Description</b><br>
<textarea name="txtDescription" rows="10" cols="40" ></textarea>
</p>
<input type="submit" name="Submit" value="Insert">
</form>
</body>
</html>
Click
Next for insert.asp
- Installing the Personal Web Server (PWS)
- or Internet Information Services (IIS)
- Create the Example ASP Files
- Create a DSN Connection
- Connect to the Database
- Modify Access Data Online
- Inserting Data
- Modifying Data
- Deleting Data
- Data Insert Form
Enable GingerCannot connect to Ginger Check your internet connection
or reload the browserDisable in this text fieldEditEdit in GingerEdit in Ginger
No comments:
Post a Comment
Comments subject to moderation before publishing.