Top "Unixodbc" questions

unixODBC is an open source project that implements the ODBC API on non windows platforms.

RODBC not recognizing my odbc settings

I'm running R 2.15.2 on a Red Hat Linux 6 server. My goal is to connect to a MS SQL Server Database …

linux r unixodbc rodbc
Install ODBC driver in Alpine Linux Docker Container

I currently have the following Dockerfile to create my Docker image. FROM python:3.6.6-alpine3.8 # Add dependencies for Python packages pandas, …

docker odbc dockerfile pyodbc unixodbc
odbc unable to connect to MSSQL data source on OS X Lion

odbc isql was unable to connect to data source: $ isql SMS_GTWY username password -v returns: [S1000][unixODBC][FreeTDS][SQL …

sql-server macos odbc freetds unixodbc
Pyodbc installation error on Ubuntu 16.04 with Sql Server installed

I am trying to test my scripts for data migration from mssql-server to oracle server. For this, I have to …

python sql-server ubuntu pyodbc unixodbc
Having Troubles with UnixODBC, FreeTDS, and PyODBC

I am having great difficulty getting all three of these to work together in harmony. I guess I'll list all …

sql-server ubuntu pyodbc freetds unixodbc
unixODBC + mdbTools + PHP

I need to connect a PHP script in a LAMP (Linux Ubuntu 12.10, Apache 2, MySQL 5, PHP 5.3) server to an Access MDB …

php ms-access ubuntu odbc unixodbc
How to set a DB connection timeout for a python/pyodbc/unixODBC/MS ODBC Driver 11 for SQL Server/Linux stack?

I've been unable to find a documented way to set a timeout for the initial connection that actually works. I'm …

python sql-server linux pyodbc unixodbc
Asterisk unable to connect to database using odbc connector

I am pretty new to Asterisk and this is my first attempt to connect to database (MySQL). But I keep …

mysql odbc database-connection asterisk unixodbc
Php/ODBC encoding problem

I use ODBC to connect to SQL Server from PHP. In PHP I read some string (nvarchar column) data from …

php mysql odbc unixodbc odbc-sql-server-driver
how connect to vertica using pyodbc

I've read the iODBC documentation regarding the odbc.ini, and the Vertica documentation. I also saw a question with the …

python pyodbc unixodbc vertica