Questions tagged [iodbc]

4 questions
6
votes
1 answer

Install ODBC connector for PostgreSQL on Ubuntu Server 12.04

I try to install the ODBC driver for PostgreSQL on Ubuntu Server 12.04. The purpose is to connect R (which is also running on the Server)to the database. I somehow got stock because I did not find a very comprehensive manual on how to do this. So…
Joschi
  • 361
2
votes
1 answer

How to install iodbc in Ubuntu 12.10

I need to install the library iodbc (depends on libodbc2) in my Quantal machine. Yet there is creepy dependency problem. This was replaced somehow by unixodbc which I don't have, installed. Here is what I get when I try to install : sudo apt-get…
Hanynowsky
  • 2,801
1
vote
1 answer

Install ODBC Driver under Ubuntu

I have the latest version of MySQL and NetBeans installed on my system. I also have the iODBC driver manager installed. I need help with installing an ODBC driver and creating a DSN for my JSP project. I know how to create and configure a DSN under…
user152748
-1
votes
1 answer

Configure FreeTDS to connect to MS SQL

I’ve tried several different config options based on this page (http://enlook.wordpress.com/2013/05/02/error-sql-error-unixodbcdriver-managerdata-source-name-not-found-and-no-default-driver-specified/#comment-2783) And a very similar post here at…