Ver Mensaje Individual
  #2 (permalink)  
Antiguo 26/04/2002, 09:23
Avatar de bakanzipp
bakanzipp
 
Fecha de Ingreso: noviembre-2001
Ubicación: santiago de shilli
Mensajes: 2.554
Antigüedad: 23 años, 5 meses
Puntos: 0
Re: Error ASP en el server

por que no pruebas con esto:

Código:
  
dim sql
dim rs
dim conexion

set conexion = Server.CreateObject("ADODB.Connection")
sql = "Select * from Usuarios Where Usuarios.usuario='"&usu&"' and Usuarios.Clave='"&clave&"'"
-------------------
Set rs=conexion(sql)
ó
el conector

rs.open sql,cnn,1,2

quizas algo te funcione...suerte