Ver Mensaje Individual
  #4 (permalink)  
Antiguo 19/06/2002, 16:51
jpalbox
 
Fecha de Ingreso: abril-2002
Mensajes: 432
Antigüedad: 23 años
Puntos: 0
Re: ¿Se puede hacer esto?

Si sera facil pero a mi sigue sin salirme nada, os muetro el codigo y le hechais un vistazo:
<html>
<head>
<title>Modificar datos entrada</title>
</head>
<body>
<%'Abre la conexion con la base de datos a traves de una conexion ODBC
Set con = Server.CreateObject("ADODB.Connection")
'Como vamos a utilizar la variable rs del tipo recordset para recorrer los registros con EOF
Set rs = Server.CreateObject("ADODB.Recordset")
con.Open("DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath("\jpalbox\db\usuarios.mdb&quot ;))
%>
<div align="center"><center>
<table width="339">
<tr>
<td>Nombre:<input type="text" name="nombre" VALUE="<%=Rs("nombre")%>&quot ;></td>
</tr>
</table>
</center></div><%
con.Close
Set con = Nothing
%>
</body>
</html>
lo unico q he conseguido es q me de el siguiente error q no se lo q significa :
ADODB.Recordset error '800a0cc1'

"Item cannot be found in the collection corresponding to the requested name or ordinal. "

/jpalbox/modificar.asp, line 18