J
John
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.OleDbConnection
Dim St As String = My.Settings.LocalDBConnectionString
LocalConn = New OleDb.OleDbConnection(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.OleDbConnection
Dim St As String = My.Settings.LocalDBConnectionString
LocalConn = New OleDb.OleDbConnection(St)
LocalConn.Open()