Hi all,
please can anybody give me a guide that how to make a connection to database, what asi know is
Dim sqlconn As SqlConnection
=================================================
Try
sqlconn = New SqlConnection("??????????????????")
Catch ex As Exception
=================================================
can i know what should i put in the ??????????????????
Thank you so much
please can anybody give me a guide that how to make a connection to database, what asi know is
Dim sqlconn As SqlConnection
=================================================
Try
sqlconn = New SqlConnection("??????????????????")
Catch ex As Exception
=================================================
can i know what should i put in the ??????????????????
Thank you so much