Pruebalo Asi:
Código PHP:
Set RS = Server.CreateObject("ADODB.Recordset")
sSQL="select user from usuarios where user = '"& usuario &"' "
Set RS=Conn.Execute(sSQL)
If not RS.EOF then
Si no es vacio , existe ese usuario
response.write "usuario ya existe"
end if