|
|
@ -15,16 +15,16 @@ namespace OrmTest |
|
|
|
/// Account have permission to create database
|
|
|
|
/// 用有建库权限的数据库账号
|
|
|
|
/// </summary>
|
|
|
|
public static string ConnectionString = "PORT=5236;DATABASE=DAMENG;HOST=localhost;PASSWORD=SYSDBA;USER ID=SYSDBA"; |
|
|
|
public static string ConnectionString = "Server=120.79.19.7:10374;User Id=SYSDBA;PWD=Ldkie#21;DATABASE=DAMENG"; |
|
|
|
/// <summary>
|
|
|
|
/// Account have permission to create database
|
|
|
|
/// 用有建库权限的数据库账号
|
|
|
|
/// </summary>
|
|
|
|
public static string ConnectionString2 = "PORT=5236;DATABASE=DAMENG;HOST=localhost;PASSWORD=SYSDBA;USER ID=SYSDBA"; |
|
|
|
public static string ConnectionString2 = ConnectionString; |
|
|
|
/// <summary>
|
|
|
|
/// Account have permission to create database
|
|
|
|
/// 用有建库权限的数据库账号
|
|
|
|
/// </summary>
|
|
|
|
public static string ConnectionString3 = "PORT=5236;DATABASE=DAMENG;HOST=localhost;PASSWORD=SYSDBA;USER ID=SYSDBA"; |
|
|
|
public static string ConnectionString3 = ConnectionString; |
|
|
|
} |
|
|
|
} |
|
|
|