Skip to content

Commit 7371b80

Browse files
Update README.md
1 parent 04f0406 commit 7371b80

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

root/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Click [here](Readme.ja.md) for Japanese version of this file.
2424
## Running sample application tasks
2525
You can run the sample application bundled with Open Touryo according to the following steps.
2626

27-
Notation *Optional*:
27+
Notation *Optional*:
2828
Open Touryo supports the following DBMSs and data providers. But the data providers, having the notation *optional*, are not included in the programs of Open Touryo. When using the DBMSs and data providers having the notation *optional*, download the data provider manually, and modify [the data access project of Open Touryo, that is DamXXX.csproj](https://github.com/OpenTouryoProject/OpenTouryo/tree/develop/root/programs/CS/Frameworks/Infrastructure/Public/Db), to refer the data provider.
2929

3030
### Install prerequisites
@@ -81,8 +81,7 @@ exec sp_dboption 'Northwind','select into/bulkcopy','true'
8181

8282
Execute the following command at a command prompt.
8383
**Note**:
84-
In the following command, the path of the folder that contains *SQLCMD.EXE* changes according to the version of SQL Server.
85-
Execute command after confirming the path of folder in your environment.
84+
In the following command, the path of the folder that contains *SQLCMD.EXE*changes according to the version of SQL Server. Execute command after confirming the path of folder in your environment.
8685
```bat
8786
"C:\Program Files\Microsoft SQL Server\100\Tools\Binn\SQLCMD.EXE" -S localhost\SQLExpress -E -i "C:\SQL Server 2000 Sample Databases\instnwnd.sql"
8887
```

0 commit comments

Comments
 (0)