3
Reply

link sql with c#

fafagirl too

fafagirl too

Apr 23 2011 7:47 PM
2.1k
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)