Ver Mensaje Individual
  #2 (permalink)  
Antiguo 17/02/2003, 07: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
prueba usando OLEDB.

Código:
<%
Dim Conexion
Set Conexion = Server.CreateObject ("ADODB.Connection")
Conexion.Open "driver={SQL Server};server=TU_SERVIDOR; database=TU_BASE_DATOS; uid=sa;pwd=" 
%>