unixODBC is the ODBC framework and tools made available on non windows platforms.

learn more… | top users | synonyms

2
votes
1answer
254 views

Pyodbc - “Data source name not found, and no default driver specified”

I have trouble getting pyodbc work. I have unixodbc , unixodbc-dev, odbc-postgresql, pyodbc packages installed on my Linux Mint 14. I am losing hope to find solution on my own, any help appreciated. ...
0
votes
0answers
44 views

Trying to set up Informatica (installed on UNIX server) odbc to SQL Server 2005 instance

Trying to set up Informatica (installed on UNIX server) odbc to SQL Server 2005 instance. Using .../ODBC6.1/lib/DWsqls25.so driver. Using 'SQL Server Authentication'. Getting 'select error' ...
0
votes
0answers
50 views

Unable to connect to data source

I try to connect to my batabase by means of php + adodb. This is my php code: $kpp_db = ADONewConnection('odbc_mssql'); $kpp_db->debug = true; $kpp_db->charSet="UTF-8"; $kpp_dbDSN = ...
0
votes
0answers
47 views

Which encoding is required by unixODBC for SQLWCHAR?

UnixODBC's SQLWCHAR type is a unsigned short int, matching the size of the wchar_t type on Windows. I assume that the encoding must be UCS2, but a quick test application using the SQLite ODBC driver ...
1
vote
1answer
63 views

unixODBC-qui-qt installation - cannot compile Qt program

I am trying to setup unixODBC for Mac OSX Mountain Lion so that I can use RODBC to access to excel spreadsheet. I did lots of research over various documentation and web sites and understand the ...
0
votes
0answers
135 views

“Data source name not found” when using unixODBC connection

I am getting this error from views.py: ('IM002', '[IM002] [unixODBC][Driver Manager]Data source name not found, and no default driver specified (0) (SQLDriverConnectW)') Here is views.py to ...
3
votes
2answers
120 views

Informix with 64bit unixODBC segfault

Using the Informix 64 bit driver with unixODBC (with both the default of 2.2.14 that comes with Redhat and also with 2.3.1) and running into problem when a column has a NULL value. unixODBC is using ...
0
votes
1answer
99 views

Qt ODBC - Unable to error

I'm trying to open MS Access db file with QT in Linux. So, I have installed odbc plugin for qt: sudo apt-get install libqt4-sql-odbc Now there are 2 files qt4/plugins/sqldrivers directory: ...
0
votes
1answer
121 views

sql.h header file missing though unixODBC is installed

I am on an up-to-date Ubuntu 12.04 system. I have unixodbc (v2.2.14 from ubuntu repos), myql and its relevant drivers installed. Also connected to a valid DSN. Verified by issuing isql DBName UName ...
0
votes
1answer
194 views

Connect MS Access DB In Linux Using PHP

i have site hosted on bluehost.com (Linux Server), i have use case that i have to Export some Specific Data Export to MS Access File, I have following code to Connect with MS Access File: $dbh = ...
0
votes
0answers
122 views

How to deploy UnixODBC with FreeTDS on MAC 10.8.x on a user’s MAC?

I’m trying to deploy the FreeTDS driver on a user’s mac, in the development machine it works fine, I have the drivers in the resource folder and the application picks it up from there and it works on ...
0
votes
2answers
296 views

Failure to connect to SQl Server from Linux

I am trying to connect to SQL Server 2008 on CentOS 5.8. I am using unixODBC 2.3.0 and SQL Server ODBC Driver (www.microsoft.com/en-us/download/details.aspx?id=28160). When I try to test the ...
0
votes
1answer
108 views

A issue when unixodbc dynamically linked with ltdl library?

all: I am testing unixODBC in Solaris 10 environments, and find if libodbc and MyODBC driver are dynamically linked with libltdl.so: ldd /usr/lib/libodbc.so.2 libltdl.so.7 => ...
0
votes
0answers
159 views

Unable to build ODBC qsqldriver in qt 5.0.1 MAC 10.8.x using clang 64bit

I tried the following link for building ODBC driver in windows, it worked just fine, now when i tried the instructions for MAC 10.8.X mountain lion, i get the below error: - qmake ...
0
votes
1answer
77 views

Issues cross compiling unixODBC

I am on a Mac, and I am having libtool linking issues when trying to compile unixODBC for arm7 (for me to use in iOS). I downloaded unixODBC from their website and I use the following script to ...
0
votes
1answer
167 views

Importing .dylib or .la files into iOS project

After reading this awesome post by Tristan, where he compiled FreeTDS for use in iOS, I attempted to compile UnixODBC for use in iOS. I was able to get it to compile, which is great. However, when I ...
1
vote
1answer
270 views

Invalid Connection String while trying to connect to Vertica from Mac OS X

I want to develop in Python from my local machine running Mac OS X and connect to a Vertica database in my network. I downloaded the Vertica Mac Driver and set it up according to the instructions. ...
1
vote
1answer
254 views

PDO ODBC to IBM DB2 on iSeries causes segfault on Ubuntu Server

we try to connect from a Unix System (Ubuntu) to a DB2 on iSeries with PDO ODBC. So far everything fine. If we get NULL-valus within a result array this causes to a segfault. Here some test code to ...
0
votes
1answer
67 views

UnixODBC Multiple data-sources not working

I use unixODBC to connect to mssql databases via odbc. The problem is that regardless how many data sources I add in odbc.ini, it always uses the first database in the list.. odbcinst.ini [ODBC] ...
0
votes
0answers
101 views

unixodbc freetds solaris setup issue

isql is not able to connect getting error, but tsql works. It a Solaris 10, 64 bit env How to debug the issue with what is wrong, unixodbc was installed and freetds was installed after that from ...
1
vote
0answers
228 views

ISQL command result in: can't open lib 'odbcci.so' with unixODBC and Pervasive Client on Ubuntu Linux

I can't figure it out how to connect to a Pervasive DB on a Windows Server machine from an Ubuntu Linux 64bit via ODBC. I installed unixodbc, then 32bit Pervasive Client 11sp2 from here and after ...
2
votes
1answer
121 views

How to test for empty recordset

I'm using PHP ODBC library to connect to a MSSQL 2008 server (http://php.net/manual/en/ref.uodbc.php). Some of my stored procedures do not return record sets (e.g. they just do an insert or update). ...
2
votes
0answers
216 views

FreeTDS Invalid Cursor State When Counting NULL Columns

I am having trouble running a query that uses the COUNT() function on a field that contains NULL values. I am using FreeTDS v0.91 with unixODBC, PHP 5.3.10, and SQL Server 2008. I have my connection ...
0
votes
3answers
38 views

BASH sh scriptin [closed]

I want to start BASH shell scripting but my computer run on Windows 7 (64 bit). Is there a way to download UNIX without having to change my operating system. How do I go abobut downloading UNIX. ...
0
votes
2answers
165 views

How do I specify a database name with a hyphen in unixODBC?

I have a SQL Server database named pm-eng that I need to connect to from a linux box. I've setup unixODBC and configured my odbc.ini as follows: [pm_production] Driver = FreeTDS Server = ...
1
vote
1answer
98 views

bcp utility does not load table but gives no errors

I am trying to import some data from a file to a MSSQL-2008 database table using the bcp utility provided with the unixODBC-2.3.0 package. The database is on a windows machine and I am running the bcp ...
1
vote
1answer
951 views

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 Server]Unable to connect to data source ...
3
votes
2answers
581 views

How do I configure pyodbc to correctly accept strings from SQL Server using freeTDS and unixODBC?

I can not get a valid string from an MSSQL server into python. I believe there is an encoding mismatch somewhere. I believe it is between the ODBC layer and python because I am able to get readable ...
6
votes
1answer
327 views

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 on another machine via RODBC. I did my research and downloaded and installed the linux version of ...
1
vote
0answers
67 views

Python script to guess which ODBC Driver Manager is installed

I'm using distutils to distribute a python C extension library that requires to link against the ODBC Driver Manager available in the user's system (if any). For Windows is OK to assume that the ...
0
votes
2answers
610 views

sql server login (windows authentication account) from linux client through isql utility

I am trying to connect to SQL Server running on Windows from a Redhat machine. I can login to the server through the "SQL Server" account but not from a "Windows Authentication" account. I tried all ...
2
votes
2answers
97 views

Querying Microsoft Server 2008 in rails 2.3.8

I am currently using rails 2.3.8 and dbi gem to access mssql database. The production is located in turnkey rails VA and dev is located in linux VM I am trying to figure out what previous developer ...
0
votes
1answer
44 views

Use Window XP ODBC connection on UNIX System

I would like to know is there any methods to test windows ODBC connection on UNIX.I have installed ODBC drive on UNIX.
2
votes
0answers
84 views

how to build hive ODBC drivers?

I built the Hive ODBC Drivers on REDHAT by https://cwiki.apache.org/Hive/hiveodbc.html, every step is successful, but in the end I don't find the Drivers file in /Drivers/hive/.libs/, why ?
0
votes
1answer
106 views

eclipse odbc Could not find symbol in index

When I try to click ODBC functions (like, SQLExecDirectW, SQLBindCol and so on), I get the below message. I am currently using Eclipse on Ubuntu. Example: Could not find symbol 'SQLExecDirectW' in ...
1
vote
1answer
225 views

Connect to MS Access with unixodbc

I wonder if there is a way do connect to MS Access database mdb accdb? Now after installing EasySoft unixodbc (with trial lic) i have this response when i try connect to base: <pre> SQL Status: ...
0
votes
1answer
490 views

Sometimes isql doesn't connect and tsql does

I am stuck with a problem that happens sometimes around unixODBC and freeTDS. I have a CentOS webserver where I have settled configuration files as: odbc.ini: [XYZ] Driver = FreeTDS Server = X.X.X.X ...
0
votes
0answers
116 views

How to change the default WebSphere Message Broker ODBC Database Extender installation directory?

I am doing a fresh installation of Websphere Message Broker 8.0.0.1 on AIX. When I run "./setupaix -i console" command , console mode installation starts. All is fine but when I exit the installer, I ...
0
votes
0answers
136 views

How can I implement Filemaker ODBC driver to pdo-odbc(unixODBC)? [closed]

how can I implement Filemaker ODBC driver to pdo-odbc(unixODBC)? My system is Mac OS X 10.6.7 and hosting Filemaker Server on localhost. Thanks!
1
vote
2answers
298 views

Web2py working with DB2

somebody know how to run Web2py over Linux using a remote DB2 server? I tried using pyodbc, but is very poor the documentation over it I can't find a step to step guide for it. my config files: ...
1
vote
1answer
443 views

Need Help for connecting MSSQL SERVER From Linux(ubuntu)

I just installed the ODBC driver in the Ubuntu, but still I am facing issues while connecting the database from Perl. Here is the description on what I have done in my machine. I installed the MSSQL ...
0
votes
1answer
2k views

Problems with unixODBC and FreeTDS config

I have been working on this for way too long and can't seem to figure it out. I am sure I have something wrong in my freetds.conf, odbc.ini or odbcinst.ini. I can connect to my mssql 2008 server using ...
0
votes
0answers
178 views

UnixODBC Postgresql Setting Connection Timeout

I'm trying to setup a connection timeout on my odbc.ini for the Postgresql DSN. The idea is to timeout the connection this has nothing to do with query/transaction timeout. Do you guys have any idea ...
1
vote
2answers
311 views

How to avoid storing userid/password in the .odbc.ini file on Linux?

I am connecting to a Teradata database through ODBC with Stata on an Ubuntu server (12.04 LTS). Everything works fine, except that I have my TD userid and password stored in the .odbc.ini file, which ...
0
votes
1answer
68 views

Can root privileges broke the SQLDriverConnect (working as normal user)?

I am getting a strange behaviour by Oracle ODBC driver under linux (unixODBC). I have a program connecting to a database that, when called by an unprivileged user, works as expected while if called ...
1
vote
1answer
201 views

Why Oracle odbc driver gives no TYPE_NAME for integers and numeric types?

I am trying to create a table dynamically with odbc and I need to get the correct type string to use in the create table statement. However it seems there is no way to get any TYPE_NAME string from ...
0
votes
1answer
800 views

pyodbc: .mdb connection error on ubuntu

I am trying to access a .mdb file which located on my system. My Code look slike this : import csv import pyodbc MDB = '/home/filebug/client/my.mdb' DRV = '{Microsoft Access Driver (*.mdb)}' PWD = ...
0
votes
3answers
242 views

Why unixODBC SQLTables is always returning an SQLRowCount of 4294967295?

With the following code I always got that value on Oracle databases SQLHSTMT hStmt = SQL_NULL_HANDLE; SQLRETURN sret; SQLLEN rowCount = 0; const SQLHDBC conn = this->getConnection(); if (conn == ...
0
votes
2answers
706 views

install_driver(ODBC) failed: Can't load '/usr/local/lib64/perl5/auto/DBD/ODBC/ODBC.so' for module DBD::ODBC: libodbc.so.1

I'm using perl 5.10.1 my current server(centos 6.3) Whenever,I'm excuting perl program,i will get following error: install_driver(ODBC) failed: Can't load ...
1
vote
2answers
410 views

Node-odbc unable to connect to mssql

I've spent the last day or two setting up unixODBC and freetds on ubuntu 12 - not a fun process in itself but it does now work using both sqsh and isql. I've installed node-odbc and I'm using the code ...

1 2 3