
17/02/2003, 07:23
|
 | | | 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="
%>
|