We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cbe6e6 commit d9a7246Copy full SHA for d9a7246
inst/configureODBCDataSource.m
@@ -34,7 +34,10 @@ function configureODBCDataSource ()
34
else
35
# in unix, there are several possible programs we could use if installed
36
37
- bin = file_in_path (getenv ("PATH"), "ODBCManageDataSourcesQ5");
+ bin = file_in_path (getenv ("PATH"), "ODBCManageDataSourcesQ6");
38
+ if isempty(bin)
39
+ bin = file_in_path (getenv ("PATH"), "ODBCManageDataSourcesQ5")
40
+ endif
41
if isempty(bin)
42
bin = file_in_path (getenv ("PATH"), "ODBCManageDataSourcesQ4")
43
endif
0 commit comments