Salut,
ja i un problème de connexion SQL SERVEUR en ADO :
en fait, quand j installe mon serveur SQL avec la connectivité par comte windows NT ca plante
alors que quand je l installe avec login et mot de passe SQL SERVEUR ca marche....
j ai une reference ADO 2.0
voici mon code :
Set cn = New ADODB.Connection
With cn
.Provider = "SQLOLEDB.1"
.ConnectionString = "driver={SQL Server};server=MONSERVEUR;uid=SA;PWD=toto;database=NOMBASE"
End with
cn.open
QUE FAIRE ????????????????????? pour que ca marche avec authentification avec login et pwd de windows ??????
A+

TOOCOOL
A+

TOOCOOL