Ver Mensaje Individual
  #7 (permalink)  
Antiguo 20/02/2008, 18:37
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 11 meses
Puntos: 2135
Re: La operación no está permitida

No soy muy experto en ASP pero probaste esto:
Código PHP:
AbrirBd
Set rc 
CreaRecordSet("SELECT pepe from tabla1 Where Tipo='6' and otro='3'"DB2)
Clase rc("pepe"

Set rs CreaRecordSet("SELECT pepino from tabla2 where Asunto = '23r"DB2)
otraClase rs("pepino"
Fijate la diferencia Set rc no es igual que Set rs.

Saludos.