listo al parecer qdo un poco
Código ASP:
Ver original<form name="form6" >
<div align="center">
<fieldset style="width:50%">
<legend>Aprobacion Master Plan 6 </legend>
<table width="332" border="0" align="center">
<tr>
<td width="326" height="22" align="left"><div align="justify">Master Plan aprobado por:
<div>
<div align="center">
<%
Set prycxn = Server.CreateObject("ADODB.Connection")
prycxn.open "PROVIDER=SQLOLEDB; DATA SOURCE=VALP-SRV; UID=sa; PWD=serv; DATABASE=Proy"
SQL1="select * from Aprobar where categoria='"&consulta&"' "
set rs1_e = prycxn.execute(SQL1)
if rs1_e.EOF=true then
SQL1="INSERT INTO Aprobar(categoria, usuario, f_val)" &"VALUES('"&consulta&"', '"&nombre&"', '"&fecha_ing&"')"
set rs1_e = prycxn.execute(SQL1)
elseif application("valido")=true Then
response.Write(rs1_e("usuario") &rs1_e("f_val"))
rs1_e.Close
Set rs1_e = Nothing
prycxn.Close
Set prycxn = Nothing
end if %>
</div>
</div></td>
</tr>
</table>
</fieldset>
</div>
<p align="center">
<%if rs("perfil_usu")="administrador" then%>
<input type="submit" name="Aprobar Master Plan" id="Aprobar Master Plan" value="Aprobar Master Plan" onClick="link1('http://valp-page.la.pg.com/Proyectosi/Aprobar.asp')"/>
<%end if%>
</p>
</form>
ahora solo necesito que si existe el valor actualizarlo pero no se me ocurre como ayuda!!!