clsDataAccess..::..buildSQLServerConnectionString Method
Builds the SQL server connection string.
Namespace:
FlowWright.deDataAccessAssembly: deDataAccess (in deDataAccess.dll)
Syntax
public static string buildSQLServerConnectionString( sqlAuthType oAuthType, string serverName, string databaseName, string userName, string password )
Parameters
- oAuthType
- Type: FlowWright.deDataAccess..::..sqlAuthType
Type of the o authentication.
- serverName
- Type: String
Name of the server.
- databaseName
- Type: String
Name of the database.
- userName
- Type: String
Name of the user.
- password
- Type: String
The password.