how to get the sql connection
- by sweetsecret
FS_Setting is a VB class which has all the details of the connections ie:
Public Class FS_Setting
Public Function Get_RS_Connection() As SqlConnection
Try
Get_RS_Connection = New SqlConnection("Data Source=***********;User ID=sa;Password=*****;database=*********")
Catch ex As System.Exception
…