You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
Public Function Connect(ByVal Host As String, ByVal Port As String, ByVal User As String, ByVal Password As String, ByVal Database As String) As String
Return "Server = '" & Host & "'; port ='" & Port & "'; user id ='" & User & "'; password ='" & Password & "'; database ='" & Database & "';"