Ver Mensaje Individual
  #3 (permalink)  
Antiguo 06/03/2009, 12:21
SalomonSab
 
Fecha de Ingreso: noviembre-2006
Mensajes: 227
Antigüedad: 17 años, 4 meses
Puntos: 6
Respuesta: Conectar Sql Server 2008

Gracias Avellaneda me sirvio de esta forma:

Código:
With cnn
        .CursorLocation = adUseClient
        .Open "Provider=SQLOLEDB;Data Source=SIS;" _
            & "Initial Catalog=P1l;Integrated Security=SSPI;"
     End With