Skip to content

Commit 440bb78

Browse files
committed
updated read me windows file path
1 parent 992a21b commit 440bb78

File tree

1 file changed

+2
-2
lines changed
  • cpp/src/arrow/flight/sql/odbc

1 file changed

+2
-2
lines changed

cpp/src/arrow/flight/sql/odbc/README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ After the build succeeds, the ODBC DLL will be located in
1111
i. `cd to repo.`
1212
ii. `cd <path\to\repo>`
1313
iii. Run script to register your ODBC DLL as Apache Arrow Flight SQL ODBC Driver
14-
`.\cpp\src\arrow\flight\sql\odbc\install\install_amd64.cmd <path\to\repo>\cpp\build\< release | debug >\< Release | Debug>\arrow_flight_sql_odbc.dll`
14+
`.\cpp\src\arrow\flight\sql\odbc\install\windows\install_amd64.cmd <path\to\repo>\cpp\build\< release | debug >\< Release | Debug>\arrow_flight_sql_odbc.dll`
1515
Example command for reference:
16-
`.\cpp\src\arrow\flight\sql\odbc\install\install_amd64.cmd C:\path\to\arrow\cpp\build\release\Release\arrow_flight_sql_odbc.dll`
16+
`.\cpp\src\arrow\flight\sql\odbc\install\windows\install_amd64.cmd C:\path\to\arrow\cpp\build\release\Release\arrow_flight_sql_odbc.dll`
1717

1818
If the registration is successful, then Apache Arrow Flight SQL ODBC Driver
1919
should show as an available ODBC driver in the x64 ODBC Driver Manager.

0 commit comments

Comments
 (0)