Microsoft SQL Server 2012 support
Upgraded: Database scripts install_db.sql and upload_db.sql in order to support MSSQL2012 Upgraded: Installer to allow setup WebsitePanel with MSSQL2012 Added: MsSqlServer2012.cs
This commit is contained in:
parent
e294a3db8a
commit
bb347537af
24 changed files with 1179 additions and 18 deletions
|
@ -38,6 +38,7 @@ namespace WebsitePanel.EnterpriseServer
|
|||
public const string MySql4 = "MySQL4";
|
||||
public const string MsSql2005 = "MsSQL2005";
|
||||
public const string MsSql2008 = "MsSQL2008";
|
||||
public const string MsSql2012 = "MsSQL2012";
|
||||
public const string MySql5 = "MySQL5";
|
||||
public const string Dns = "DNS";
|
||||
public const string Statistics = "Statistics";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue