Ver Mensaje Individual
  #3 (permalink)  
Antiguo 06/07/2006, 05:39
Jennifer_munn
 
Fecha de Ingreso: marzo-2005
Mensajes: 276
Antigüedad: 19 años, 2 meses
Puntos: 0
Al final he conseguido hacerlo así:
Set conexion = New Connection
' Establecer sus propiedades
With conexion
' Proveedor de datos Microsoft OLE DB para SQL Server
.Provider = "SQLOLEDB"
.ConnectionString = "server=SERVIDOR5;database=LEIATEST;uid=usuario;pw d=contraseña"

End With