File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
cpp/src/arrow/flight/sql/odbc Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ After the build succeeds, the ODBC DLL will be located in
3030 i. `cd to repo.`
3131 ii. `cd <path\to\repo>`
3232 iii. Run script to register your ODBC DLL as Apache Arrow Flight SQL ODBC Driver
33- `.\cpp\src\arrow\flight\sql\odbc\install \install_odbc.cmd <path\to\repo>\cpp\build\< release | debug >\< Release | Debug>\arrow_flight_sql_odbc.dll`
33+ `.\cpp\src\arrow\flight\sql\odbc\tests \install_odbc.cmd <path\to\repo>\cpp\build\< release | debug >\< Release | Debug>\arrow_flight_sql_odbc.dll`
3434 Example command for reference:
35- `.\cpp\src\arrow\flight\sql\odbc\install \install_odbc.cmd C:\path\to\arrow\cpp\build\release\Release\arrow_flight_sql_odbc.dll`
35+ `.\cpp\src\arrow\flight\sql\odbc\tests \install_odbc.cmd C:\path\to\arrow\cpp\build\release\Release\arrow_flight_sql_odbc.dll`
3636
3737If the registration is successful, then Apache Arrow Flight SQL ODBC Driver
3838should show as an available ODBC driver in the x64 ODBC Driver Manager.
You can’t perform that action at this time.
0 commit comments