Tagged Questions

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

learn more… | top users | synonyms

7
votes
2answers
533 views

sql server function native parameter bind error

I'm using the following software stack on Ubuntu 10.04 Lucid LTS to connect to a database: python 2.6.5 (ubuntu package) pyodbc git trunk commit eb545758079a743b2e809e2e219c8848bc6256b2 unixodbc ...
5
votes
3answers
967 views

Python - Linux - Connecting to MS SQL with Windows Credentials - FreeTDS+UnixODBC + pyodbc or pymssql

There doesn't seem to be any great instructions for setting this up. Does anyone have any good instructions? I am a linux noob so be gentle. I did see another post that is similar, but no real ...
3
votes
1answer
205 views

What are the functional differences between iODBC and unixODBC?

There are two major Open Source platform independent implementation of the ODBC. It is iODBC and unixODBC. Considering Unix as ODBC user platform and feature-wise, what are the real practical ...
3
votes
4answers
1k views

Connect to MS Access remote .mdb file from php on linux

I have been digging internet for couple days, reading very old information, that leads to very old and nonexisting sites, still, I understood, what is needed to achieve my goal. We have a file.mdb ...
3
votes
1answer
1k views

Ruby connecting to SQL Server

I'm having troubles connecting Ruby to Microsoft SQL Server. I'm running Mac OS X, but the target environment is Ubuntu Linux. Here's what I've tried: Install unixODBC Install FreeTDS used the ...
3
votes
2answers
344 views

Microsoft SQL Server Statistics via ODBC

I have an instance of SQL Server that I am trying to benchmark. From the SQL Studio application I can type SET STATISTICS TIME ON and see outputted statistics after that. From C++ code, I can do ...
2
votes
2answers
96 views

Using alternate unixODBC installation

I'm working in an environment that has unixODBC installed on a org-wide centrally mounted drive, but we (the actual developers) aren't allowed to install drivers or datasources in it. It's all ...
2
votes
1answer
285 views

Connecting Redhat to SQL Server 2008 for Ruby on Rails

I'm trying to connect Redhat Linux to a Microsoft SQL Server 2008. I already had trouble setting it up on windows (my test machine) but now I need to deploy it on the Linux machine where it will be in ...
2
votes
1answer
123 views

PHP unixODBC Apache Segfault

I can run my script just fine from the command line: php test.php and it connects, returns my simple query and then disconnects from oracle. when I run: isql -v dsn uname pw it connects and I can ...
2
votes
1answer
155 views

unixODBC C++ documentation…?

I cannot find any. Damn, can't believe it. All I found is this: http://libodbcxx.sourceforge.net/ but this is not the right documentation for me. I got a UnixODBC library for C++, and cannot find ...
2
votes
4answers
330 views

Using Azure SQL Services from a Mac?

Azure SQL Services looks pretty cool, and I'd like to use it as a hosted database. I set myself up with a starter web edition database, and after clicking through a million and five EULAs, I got to a ...
2
votes
1answer
600 views

FREETDS and UNIXODBC character converting

ive got an error to fix. its: [FreeTDS][SQL Server]Error converting characters into server's character set. Some character(s) could not be converted when i use turkish characters to insert i get ...
2
votes
1answer
834 views

Haskell, HDBC, ODBC, MySQL and Mac OS X

I'm trying to use Haskell (version 6.10.3) and HDBC to connect to a MySQL Database. I've chosen to do it with Haskell ODBC. I've used cabal to install HDBC (2.1.1) and HDBC-ODBC (2.1.0.0). I've ...
2
votes
5answers
6k views

Connecting to MS SQL Server using python on linux with 'Windows Credentials'

Is there any way to connect to an MS SQL Server database with python on linux using Windows Domain Credentials? I can connect perfectly fine from my windows machine using Windows Credentials, but ...
1
vote
0answers
146 views

Read MS Access JET 4 database (.mdb) using python and unixODBC on Ubuntu 11.10: getting bad values

I'm having some problems trying to read a Microsoft Access database (JET 4 .mdb) using Python 2.7.2 (unixODBC 2.2.14, pyodbc 2.1.11 and the mdbtools driver) on Ubuntu 11.10 32-bit. Yes, I know it is ...
1
vote
2answers
43 views

Querying database schema of SQL Server DB via ODBC?

Is there a generic way to retrieve a database schema using ODBC that works across databases? If not, what is the easiest way to do this when the database server is MS SQL Server? I am working with ...
1
vote
3answers
154 views

The same error is detected in stored **procedure**, but not in stored **function**

This question is related to my previous one: RaiseError (PERL, DBI) equivalent for unixODBC C API ? As I isolated the problem later, I'll post new question, that is more specific, isolated and ...
1
vote
2answers
253 views

How does pyodbc determine the encoding?

I'm fighting Sybase SQL Anywhere 12 together with Python (and Twisted) for several weeks by now and I even got my stuff working. There's only one annoyance left: If I run my script on CentOS 5 with a ...
1
vote
1answer
157 views

can string longer than 255 bytes be used as ODBC prepared statement parameter value?

I am using the libodbc++ ODBC wrapper for C++, designed similar to JDBC. I have a prepared statement "INSERT INTO t1 (col1) VALUES (?)", where t1.col1 is defined as VARCHAR(500). When I call ...
1
vote
1answer
297 views

unixODBC + PHP , Invalid string or buffer length error message

I access to an AS400/DB2 with PHP via unixODBC But some field name of my AS400 are named with "££.." (it can't be changed) And when I tried to launch an sql query from my PHP page select * from ...
1
vote
3answers
844 views

unixODBC error “/usr/lib/libtdsodbc.so.0: wrong ELF class: ELFCLASS32”

I am working on a site where I need to import data from a remote MS SQL Server database into a MySQL database on a Unix server via PHP. Thanks to answers to this post, I was able to get everything up ...
1
vote
2answers
229 views

My C++ application cannot connect to Informix DB server

I've an application (can't provide code, as it's very long), that uses unixODBC. Also, I have installed isql. Everything seems to be configured correctly - drivers, servers and so on, as using isql, I ...
1
vote
1answer
269 views

unixODBC issue on a Django site on Linux that goes away on refresh

I have a question about Django, unixODBC, FreeTDS, Apache2, mod_wsgi, that is somewhat similar to this question asked before on SO. I have a Django website built to run on the latest Django, that is, ...
1
vote
1answer
600 views

Using typed bound parameters with PHP PDO-ODBC, unixODBC and FreeTDS

I'm using the following setup to access a MS-SQL database from a PHP application RedHat Enterprise Linux 5 PHP 5.2.14 with PDO and PDO_ODBC unixODBC 2.2.11 FreeTDS 0.82.1.dev.20100810 ...
1
vote
2answers
2k views

Connecting to MS SQL Server 2005 from Mac using Ruby, ODBC and FreeTDS

I'm having trouble connecting to a SQL Server 2005 install from this very simple Ruby app: #!/usr/bin/env ruby require 'rubygems' require 'sequel' Sequel.odbc('dev04')['select top 1 * from ...
1
vote
4answers
2k views

php + unixODBC + DB2 + DESCRIBE = token not valid?

Code I'm trying to run: $query = "DESCRIBE TABLE TABLENAME"; $result = odbc_exec($h, $query); The result: PHP Warning: odbc_exec(): SQL error: [unixODBC][IBM][iSeries Access ODBC Driver][DB2 ...
0
votes
0answers
30 views

pyodbc/FreeTDS/unixODBC on Debian Linux: issues with TDS Version

I'm having a bit of trouble successfully using pyodbc on Debian Lenny (5.0.7). Specifically, I appear to be having trouble fetching NVARCHAR values (not a SQL Server expert, so go easy on me :) ). ...
0
votes
0answers
160 views

“Adaptive Server is unavailable or does not exist” error connecting to SQL Server from PHP

I'm attempting to connect to a SQL Server 2005 db from my Mac using unixODBC and FreeTDS as I have outlined here. However, when I try to connect in to a different db using the same setup, I get ...
0
votes
0answers
65 views

How stable is OTL? Can I use it on my production code? [closed]

I m planning to use OTL to connect to MS SQL server using unixODBC in my project. But my project team members are asking the following questions How stable it is? Can I get bug fix support if I ...
0
votes
0answers
16 views

Running Unix command in script

i want to check some blades in unix, i have ab@nl08-ab@nl21 blades. how can i check whether all blades are working fine or its getting hanged. like if i am executing command like ssh as@nl08 it will ...
0
votes
2answers
99 views

ODBC via ssh tunnel to a 3rd machine

At work we have a SqlServer database that cannot be connected to from outside our internal network. If we want to work remotely we can ssh into several other servers on our network and then work via ...
0
votes
3answers
114 views

unixODBC error IM001

I get the following error when trying to do any simple query. I just can't figure out what's changed. Here is an example of the sqlalchemy (Elixir) class: class Song(Entity): ...
0
votes
2answers
199 views

PHP ODBC connection to H2 database

could you please assist me with this. I'm trying to connect to a H2 Database using PHP OBDC and I get the following error message: "SQL error: [unixODBC]Unknown authentication type, SQL state 28000 ...
0
votes
2answers
209 views

unixodbc and netezza ODBC driver issue (Undefined symbol: SSL_connect)

I'm trying to set up unixODBC to connect to a Netezza database, however I'm getting a "Undefined symbol: SSL_connect" when I try to connect using isql. Currently using: CentOS 5.5, unixODBC 2.3.0 ...
0
votes
1answer
88 views

Rails migration giving errors when using with MSSQL [MicroSoft SQL SERVER] - Cannot find data type primary_key

I am working on Rails 3 project where I initially used MySQL as RDBMS. But later my client requested that we should use MSSQL. After spending half a day, I am able to connect with the MSSQL server ...
0
votes
2answers
30 views

can't get odbc working in apache

I installed unixODBC by using apt-get install, and now when I try to use odbc_connect() is still get this error. PHP Fatal error: Call to undefined function odbc_connect() what do i need to do ...
0
votes
1answer
124 views

RaiseError (PERL, DBI) equivalent for unixODBC C API?

I have a problem executing some stored procedures/functions in INFORMIX DB. I tried with different clients and they were all the same - no one detects errors on executing, instead of this - return ...
0
votes
1answer
195 views

using unixodbc driver to connect to mysql, default database not working

I have my unixodbc odbc.ini configure file like this: [test] Driver = /usr/local/lib/libmyodbc5-5.1.8.so Description = Connector/ODBC 5.1.8 Driver DSN SERVER = 127.0.0.1 PORT = 3306 USER = root ...
0
votes
1answer
190 views

ODBC Column Length Limitations

I am working with InterSystems Cache database via ODBC and PHP. I have run into an issue regarding column name lengths and invalid characters being returned in the column name text. If the length ...
0
votes
1answer
220 views

Use of odbc_exec with successful result downloads PHP page instead of renders is

I'm having a very strange issue. I'm using unixODBC with FreeTDS to connect to MSSQL server. If I perform an SQL command using odbc_exec that results in a valid query, instead of rendering the PHP, ...
0
votes
2answers
328 views

How can I connect to a sqlite3 db using pyodbc and unixODBC?

I can't figure out how to connect to a sqlite db using pyodbc. I have a DSN set up and can connect to it via isql without problems. isql -v TEST works like a charm, However import pyodbc ...
0
votes
0answers
161 views

Convert wchat_t literals to SQLWCHAR on linux 64bit machine

On Linux 64 bit machines a UCS2 character string literal is of type wchar_t , which is is 4 bytes size. I need to pass across string literals as a parameter to ODBC SQLConnectW function, whcih takes ...
0
votes
1answer
857 views

How connect to mysql with python via odbc

Im running mysql, pyodbc, python 2.7 loaded on Fedora 14 x64. Odbcinst.ini is: # Example driver definitions # Driver from the postgresql-odbc package # Setup from the unixODBC package ...
0
votes
2answers
254 views

Using unixODBC in a multithreaded, concurrent setting

I'm going to ask and answer this question because it took me forever to figure out and I wish the answer had been here to begin with. The problem: One long-running unixODBC query blocks all others ...
0
votes
1answer
495 views

Executing a stored procedure over ODBC

I have an application that allows the user to enter an SQL string with a placeholder for certain values my application produces. The application will the replace the placeholders with values and ...
0
votes
1answer
549 views

Set connection settings with Pyodbc + UnixODBC + FreeTDS

I have a setup using Pyodbc, UnixODBC and FreeTDS, but somewhere in there some options are being set and I don't know where. According to SQL Server Management Studio, my program is sending some ...
0
votes
1answer
352 views

Problem with MySQL driver for unixODBC on Debian Lenny

On OpenSuse 11.2, I successfully compiled, linked, and ran the following code which installs a data source for a MySQL database with unixODBC: #include <iostream> #include <sql.h> ...
0
votes
3answers
540 views

Upgraded activerecord-sqlserver-adapter from 2.2.22 to 2.3.8 and now getting an ODBC error

I have been using MSSQL 2005 with Rails for quite a while now, and decided to bump my gems up on one of my projects and ran into a problem. I moved from 2.2.22 to 2.3.8 (latest as of writing) and all ...
0
votes
3answers
800 views

Php/ODBC encoding problem

I use ODBC to connect to SQL Server from PHP. In PHP I read some string (nvarchar column) data from SQL Server and then want to insert it to mysql database. When I try to insert such value to mysql ...
0
votes
1answer
112 views

How can I execute an Oracle procedure using UnixODBC?

I am trying to execute the procedure using execute <procedure_name>('A,'B'), but received an error that the SQL statement cannot be executed. What am I doing wrong?

1 2