3
Answers

link sql with c#

fafagirl too

fafagirl too

13y
2.2k
1
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()
Answers (3)