
02/04/2002, 17:27
|
 | | | Fecha de Ingreso: mayo-2001 Ubicación: Cali
Mensajes: 2.423
Antigüedad: 24 años Puntos: 20 | |
Re: Problemas en Brinkster Sigue
'Cerramos las conexiones y el recordset
result.Close
Set result = Nothing
con.Close
Set con = Nothing
%>
</select>
</p>
<p>
<input type="submit" name="Submit2" value="Submit">
</p>
</form>
<form name="form2" method="post" action="artista.asp">
<p>Digite el Nombre del Artista Nuevo a Incluir en la Base de Datos.</p>
<p>Artista
<input type="text" name="artista_">
</p>
<p>
<input type="submit" name="Submit" value="Submit">
</p>
</form>
<form name="form2" method="post" action="ubicacion.asp">
<p>Por Favor Digite la Nueva Ubicaci&oacute;n a Insertar en la Base de Datos</p>
<p>Ubicacion
<input type="text" name="ubicacion">
</p>
<p>
<input type="submit" name="Submit" value="Submit">
</p>
</form>
<p>&nbsp;</p>
<p><a href="form.htm">Buscar</a></p>
</body>
</html>
Que debo hacer?
Graciias |