
05/07/2003, 20:11
|
 | | | Fecha de Ingreso: julio-2002 Ubicación: Rio Gallegos - Santa Cruz
Mensajes: 893
Antigüedad: 22 años, 10 meses Puntos: 1 | |
bueno, lo prove y me sale este mensaje:
Microsoft JET Database Engine error '80040e10'
No se han especificado valores para algunos de los parámetros requeridos.
/plantilla.asp, línea 56
----------------------------------
el contenido de la linea 56 es el marcado con -->
----------------------------------
<%
Set Cnn = Server.CreateObject("ADODB.Connection")
Cnn.Open("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("/db/bdDiario.mdb"))
sql= "select * from tbDiario where fecha in (select top 1 fecha_base from tbTapa order by id desc) and zona='1'"
--> set result = Cnn.Execute(sql)
if not result.eof and not result.bof then
%>
__________________ ---->Sin ayuda no se llega a ningun lado<---- Virla |