fafagirl too

fafagirl too

  • NA
  • 25
  • 0

link sql with c#

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