At the supplied path, creates a new database on the server.
Namespace:
proCube.ApiAssembly: proCubeApi (in proCubeApi.dll) Version: 8.0.1.325
Syntax
| C# |
|---|
void Create( string strDatabaseName, string strPathToDB, string strUserName, string strPassword ) |
| Visual Basic (Usage) |
|---|
Dim instance As DatabasesInfo Dim strDatabaseName As String Dim strPathToDB As String Dim strUserName As String Dim strPassword As String instance.Create(strDatabaseName, strPathToDB, _ strUserName, strPassword) |
Parameters
- strDatabaseName
- Type: System..::.String
- strPathToDB
- Type: System..::.String
- strUserName
- Type: System..::.String
- strPassword
- Type: System..::.String