Update Oracle Insertable(list)

This commit is contained in:
sunkaixuan
2020-09-25 14:47:19 +08:00
parent 9da41c1d7e
commit cbeb4e247d
2 changed files with 41 additions and 36 deletions

View File

@@ -8,8 +8,8 @@ namespace OrmTest
{
public class Config
{
public static string ConnectionString = "Data Source=localhost/orcl;User ID=system;Password=jhl856615011;";
public static string ConnectionString2 = "Data Source=localhost/orcl;User ID=system;Password=jhl856615011;";
public static string ConnectionString3= "Data Source=localhost/orcl;User ID=system;Password=jhl856615011;";
public static string ConnectionString = "Data Source=localhost/orcl;User ID=system;Password=jhl52771;";
public static string ConnectionString2 = "Data Source=localhost/orcl;User ID=system;Password=jhl52771;";
public static string ConnectionString3= "Data Source=localhost/orcl;User ID=system;Password=jhl52771;";
}
}