Ver Mensaje Individual
  #1 (permalink)  
Antiguo 21/04/2005, 22:35
RossanaIsabel
 
Fecha de Ingreso: octubre-2004
Ubicación: Venezuela
Mensajes: 111
Antigüedad: 19 años, 5 meses
Puntos: 0
Error HTTP- 500 Error interno del servidor

<%
dim conexion
Set conexion = Server.CreateObject("ADODB.Connection")
conexion.Open "DRIVER={SQL Server}; Server= Rossana; database= base_datos; uid= sa; pwd="
response. write "conexion lista"
conexion.close
set conexion = nothing
%>
Esto me da el error:

HTTP- 500 Error interno del servidor. Si alguien sabe por favor dígame.

Saludos