Forums
This topic is locked
ERROR Type : (0x80040E14)
Posted 13 May 2002 15:56:30
1
has voted
13 May 2002 15:56:30 Capuleto Smith posted:
I´m getting this error from now on.. the querys in the server look fine..any help¿?
The code that crashes the script is:
set rsDisp=server.CreateObject("ADODB.Recordset"
Edic=Request.form("Edi"
rsDisp.CursorType=adOpenStatic
rsDisp.Open "select * FROM qryHorari where IdFEdi = '" & Edic & "' AND IdCodiHor NOT IN (SELECT IdCodiHor FROM qryAgenda WHERE IdFServAg = "& Edic &"", conex
Regards,
Juan
TC