File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Xtensive.Orm.MySql/NuGetContent
Xtensive.Orm.Oracle/NuGetContent Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ Create a domain configuration configuration with connection url similar to this
1313or, alternatively, use connection string like
1414
1515 var domainConfiguration = new DomainConfiguration("mysql",
16- "Server=localhost;Port=3306;Database=tests;Uid=someuser;Pwd=Sometest ;");
16+ "Server=localhost;Port=3306;Database=tests;Uid=someuser;Pwd=somepassword ;");
1717
1818After that, if connection settings are valid, build Domain and use it as usual.
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Create a domain configuration configuration with connection url similar to this
1212
1313or, alternatively, use connection string like
1414
15- var domainConfiguration = new DomainConfiguration("mysql ",
15+ var domainConfiguration = new DomainConfiguration("oracle ",
1616 "DATA SOURCE="(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=xe)))";USER ID=someuser;PASSWORD=somepassword");
1717
1818After that, if connection settings are valid, build Domain and use it as usual.
You can’t perform that action at this time.
0 commit comments