FreeFlow class library

Server.Connect Method (String, String, String)

Attempts to connect to the database server using ODBC.

[Visual Basic]
Overloads Public Sub Connect( _
   ByVal userName As String, _
   ByVal password As String, _
   ByVal dsn As String _
)
[C#]
public void Connect(
   string userName,
   string password,
   string dsn
);

Parameters

userName
Name of the user.
password
The password.
dsn
The datasource name.

See Also

Server Class | FreeFlow.Administration Namespace | Server.Connect Overload List