Ver Mensaje Individual
  #11 (permalink)  
Antiguo 14/08/2006, 14:17
Avatar de Mithrandir
Mithrandir
Colaborador
 
Fecha de Ingreso: abril-2003
Mensajes: 12.106
Antigüedad: 21 años
Puntos: 25
Si no usas .NET es
Provider=SQLNCLI;Server=Aron1;Database=pubs;Truste d_Connection=yes;

Si usas .NET(ADO.NET) entonces:
Data Source=Aron1;Initial Catalog=pubs;Integrated Security=SSPI;
o (la que prefieras)
Server=Aron1;Database=pubs;Trusted_Connection=True ;
__________________
"El hombre, en su orgullo, creó a Dios a su imagen y semejanza."
Friedrich Nietzsche