Dears!
I have updated my Stata to build 26 Jun 2014. On Linux Xubuntu 12.04 64 bit. Now my ODBC connection does not work (they worked before the upgrade).
When I start Stata does not even know my last set odbmgr. I have to set it again.
. odbc exec("drop table if exists cism.iva_neonat"), dsn(vutisela3308)
The function SQLDataSources could not be found in libodbc.so,
therefore, some ODBC services may be unavailable.
My laptop has unixodbc. So I do:
. set odbcmgr unixodbc
. odbc exec("drop table if exists cism.iva_neonat"), dsn(vutisela3308)
r(680);
I went to Stata 12 (which I still have on the same laptop). The command runs well.
Can someone confirm this as a new bug? Or am I doing something wrong?
Orvalho
I have updated my Stata to build 26 Jun 2014. On Linux Xubuntu 12.04 64 bit. Now my ODBC connection does not work (they worked before the upgrade).
When I start Stata does not even know my last set odbmgr. I have to set it again.
. odbc exec("drop table if exists cism.iva_neonat"), dsn(vutisela3308)
The function SQLDataSources could not be found in libodbc.so,
therefore, some ODBC services may be unavailable.
My laptop has unixodbc. So I do:
. set odbcmgr unixodbc
. odbc exec("drop table if exists cism.iva_neonat"), dsn(vutisela3308)
r(680);
I went to Stata 12 (which I still have on the same laptop). The command runs well.
Can someone confirm this as a new bug? Or am I doing something wrong?
Orvalho
Comment