diff options
author | conscell <[email protected]> | 2013-11-18 16:40:41 +0900 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2014-01-28 15:15:03 +0100 |
commit | 64ef6bffe0d53f7b815064b5ccf79d52d553543a (patch) | |
tree | 07cad4a53ff7d0f8e2cad903065210036d1dabe0 /lib/jinterface | |
parent | 9ec3ad0d292a5b89a332cb24ed2246a3bfdf9443 (diff) | |
download | otp-64ef6bffe0d53f7b815064b5ccf79d52d553543a.tar.gz otp-64ef6bffe0d53f7b815064b5ccf79d52d553543a.tar.bz2 otp-64ef6bffe0d53f7b815064b5ccf79d52d553543a.zip |
fixes problem with ODBC on OS X 10.9 Mavericks
Since Apple has removed iODBC from the default
OS X 10.9 Mavericks installation I tried to
compile Erlang R16B02 with unixODBC.
Even with installed unixODBC and specified
--with-odbc=[path to my unixODBC] option Erlang
R16B02 still uses iODBC
(because Apple has left some iODBC binaries):
1> odbc:start().
ok
2> odbc:connect("",[]).
{error,"[iODBC][Driver Manager]No data source or
driver specified, dialog prohibited
SQLSTATE IS: IM007 Connection to database failed."}
Diffstat (limited to 'lib/jinterface')
0 files changed, 0 insertions, 0 deletions