This method adds a Microsoft SQL Server 2005 database, to the Parallels Pro Control Panel server.
Method |
public void AddMSSQLDatabase (string DatabaseName, string username, string password) |
Parameters |
|
Return Value |
none |
Note: For successful Microsoft SQL Server 2005 database creation, the server administrator must select the option enable database management during site creation.
w.AddMSSQLDatabase("wstestdb", "admin@mysite.com", "ensim123");