I want easy code to linke the sql server 2008 with c#
I want any one please to explain what prameter the function need ,
I tried this but it doesnot work
Dim connect As New SqlConnection( _
"Server=mycomp;UID=jeff;password=yeah;database=Dummies")
connect.Open()