• Viernes 8 de Noviembre de 2024, 19:21

Autor Tema:  Conexion A Sqlexpress 2005  (Leído 859 veces)

Sagma

  • Miembro MUY activo
  • ***
  • Mensajes: 390
  • Nacionalidad: bo
    • Ver Perfil
Conexion A Sqlexpress 2005
« en: Miércoles 16 de Abril de 2008, 23:36 »
0
que tal, tengo una aplicación en VB 2005 que quiero conectarme al SQLEXPRESS 2005.

Pero me rompo la cabeza y no conecta.

Citar
'Cnn = "Data Source=sistemas01\SQLEXPRESS;Initial Catalog=XXX;Integrated Security= false;User Id=sa;Pwd=******;"
'Cnn = "Data Source=150.100.1.128\SQLEXPRESS; Initial Catalog=XXX; Integrated Security=True;User Id=sa;Pwd=******;"
'Cnn = "Data Source=sistemas01\SQLEXPRESS; initial catalog=XXX; integrated security=true"
Cnn = "Driver={SQL Native Client};Server=.\SQLEXPRESS;Initial Catalog=XXX;User ID=sa;Password=******"
Cnn = "Server=.\SQLExpress;AttachDbFilename=C:\Archivos de programa\Microsoft SQL Server\MSSQL.1\MSSQL\Data\XXX.mdf;Database=XXX;Trusted_Connection=Yes;"

y por mas que intento, siempre me sale el mismo mensaje.


Gracias.  :blink:
El mensaje contiene 1 archivo adjunto. Debes ingresar o registrarte para poder verlo y descargarlo.
Sagma