Public Module modOracleConnect
'Global variables
Public gstrDBConn As String
Public gosessCBankerSession As OracleConnection 'Object
Public gstrDBServer As String
Public Function StartUp() As Boolean
Dim str1 As String
StartUp = True
If Not gosessCBankerSession Is Nothing Then
If gosessCBankerSession.State = ConnectionState.Open Then Exit Function
End If
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.