Connects to the specified database.
Namespace: CleanCode.DataAssembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax
Parameters
- user
- Type: System String
The user.
- pwd
- Type: System String
The password.
- dataSource
- Type: System String
The data source.
- catalog
- Type: System String
The catalog.
Return Value
Flag indicating whether the connection was successful.See Also