[code=asp]<HTML>
<Body>
<Form Method=Post Action="Insert. asp">
ROLL NO. <Input type=text Name=rol><br>
Name <Input type=text Name=nm><br>
Address <Input type=text Name=adr><br><b r>
<Input type=submit Value="Submit Info.">
</form>

<%
Dim r, n, a, RS, conn, qr

r = Request.Form("r ol")...