Hi
I am creating a db connection using the below code. Is there a way to check
if the connection is open?
Thanks
Regards
= Code Below =============== =====
Dim LocalConn As OleDb.OleDbConn ection
Dim St As String = My.Settings.Loc alDBConnectionS tring
LocalConn = New OleDb.OleDbConn ection(St)
LocalConn.Open( )
I am creating a db connection using the below code. Is there a way to check
if the connection is open?
Thanks
Regards
= Code Below =============== =====
Dim LocalConn As OleDb.OleDbConn ection
Dim St As String = My.Settings.Loc alDBConnectionS tring
LocalConn = New OleDb.OleDbConn ection(St)
LocalConn.Open( )
Comment