Est ce que qqun serait me dire comment se connecter a une bd sql server ?
j ai :
<sessionState
mode="InProc"
stateConnectionString="tcpip=127.0.0.1:42424"
sqlConnectionString="server=ASYS-FS;user id=gil;password=passwd"
cookieless="false"
timeout="20"
/>
dans mon web.config et je cherche a me connecter comme ceci :
conn = new OleDbConnection("Provider=SQLOLEDB; server=ASYS-FS; Integrated Security=SSPI; Initial Catalog=Northwind");
ou est l'incoherance, comment puis je faire et pour finir ou pourrais je trouver des bonne info sur la connexion de SQL Server.
Merci.