File tree 2 files changed +2
-2
lines changed
Xtensive.Orm.MySql/NuGetContent
Xtensive.Orm.Oracle/NuGetContent
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
13
13
or, alternatively, use connection string like
14
14
15
15
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 ;");
17
17
18
18
After 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
12
12
13
13
or, alternatively, use connection string like
14
14
15
- var domainConfiguration = new DomainConfiguration("mysql ",
15
+ var domainConfiguration = new DomainConfiguration("oracle ",
16
16
"DATA SOURCE="(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=xe)))";USER ID=someuser;PASSWORD=somepassword");
17
17
18
18
After 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