Ver Mensaje Individual
  #5 (permalink)  
Antiguo 09/07/2002, 11:44
ralea
 
Fecha de Ingreso: mayo-2002
Mensajes: 15
Antigüedad: 23 años
Puntos: 0
Re: ¿ke significa este error????

el codigo es este:

<%
Dim pag, iEstado
Dim aDatos, iTotal
Dim conexion,tabla,temp
dim i,j,descripcion,nombre,edad,pais,foto,id

Set conexion= server.createobject("ADODB.connection")
Set tabla= server.createobject("ADODB.recordset")
tabla.cachesize=60
conexion.open "tupareja"
temp="SELECT * FROM Clientes,pais,perfilsecundario WHERE Ucase(Sexo)LIKE'%" & Ucase(Request("sexo")) & "%'AND Ucase(Pais)LIKE'%" & Ucase(Request("pais")) & "%'and Ucase(Clientes.IdCliente)like pais.IdCliente and Ucase(Clientes.IdCliente)like perfilsecundario.IdCliente and Ucase(Edad)between "& Ucase(request("edad"))&"and "&Ucase(request("edad1"))&& quot; order by Edad"
tabla.CursorType = 0
LockType = Read-Only
tabla.LockType = 1
CursorLocation = adUseClient
tabla.CursorLocation = 3
tabla.open temp,conexion
%>
No creo k falle la consulta sql pk tb fallaria en la primera pagina no?????????