Questions tagged [unixodbc]
37 questions
0
votes
0 answers
Conflicting libodbc.so for Teradata and Hive on solaris
We seem to have a situation where the ODBC drivers for solaris of Teradata (v 14.10 from Teradata) and the Simba Hive ODBC (v 2.0.3) are requiring different versions of the shared objects: libodbc.so and libodbcinst.so.
Individually each driver…

user55570
- 458
- 6
- 18
0
votes
1 answer
FreeTDS - sudo uses different protocol version
After a while of fiddling with FreeTDS I got my connection to MSSQL from Sphinx up and running as DSN-less connection.
After running
indexer index
Everything works as expected.
But, after running (which I have to run as sudo to use rotate)
sudo…

realshadow
- 121
- 4
0
votes
1 answer
How to compile FreeTDS on FreeBSD10.0-64 in a right way
When i try compile freetds-stable from source (today is a 0.91 version) with:
./configure --with-iodbc=/usr/local --with-tdsver=7.2 --disable-libiconv
make
make install
i didn't find the libtdsodbc.so library as it was in the previous version from…

dima.h
- 145
- 1
- 6
0
votes
1 answer
Automatically reconnect to ODBC sources?
I am using Asterisk 1.8.10.1 and a MySQL database connected via ODBC to store CDRs. When my MySQL database isn't available when Asterisk starts or has an outage while Asterisk is running, I would expect Asterisk to retry to connect to the database,…

stefan.at.kotlin
- 905
- 3
- 13
- 20
0
votes
1 answer
How to download binaries for MS ODBC18 Driver?
I need to install the MS ODBC 18 Driver into Amazon Linux 2 (for EC2). The steps here cannot be completed due to network restrictions: Microsoft ODBC 18. Also the package needs to be installed while running our pipeline; the binaries need to be…

FerverSault
- 3
- 1
0
votes
0 answers
unixODBC SQLFetch infinite loop after INSERT statement
I'm trying to work with unixODBC and a SAP Hana database, and created a simple C program to INSERT/SELECT into the database. My problem is, if I use for example
SQLExecDirect(stmt, "SELECT * FROM NEWTABLE;", SQL_NTS);
while ((ret = SQLFetch(stmt))…

SrKurtz
- 1
0
votes
0 answers
Configuring postgresql12-odbc to use the correct protocol version
I have a Centos 7 box with unixODBC 2.3.1 and postgresql-odbc 12.02 installed, which is connecting to a PostgreSQL server also running v12.
Although I believe I have configured ODBC to use the v12.0 protocol, it does not seem to be. When connected…

davecardwell
- 105
- 4