Questions tagged [iodbc]

iODBC is an LGPL/BSD dual-licensed open source project that implements the ODBC API on non-Windows platforms.

iODBC is an LGPL/BSD dual-licensed open source project that implements the ODBC API on non-Windows platforms.

25 questions
1
vote
1 answer

Issue setting up PHP on Virtuoso Server

I have a Virtuoso server running on Centos7 and have been trying to be able to execute PHP files from an HTML form (even really basic ones just to test), and have had no luck. I found out I had to install PHP and have been reading the documentation…
dlchang
  • 917
  • 10
  • 14
1
vote
0 answers

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 system provided manager is the one to use. For other…
Sergio
  • 4,537
  • 4
  • 33
  • 41
0
votes
1 answer

How to connect to database with Python and iODBC under Linux?

I would like to connect to a database with Python through iODBC under Linux (Ubuntu). I installed packages iodbc and libiodbc2-dev. And I installed the driver for my database (a HFSQL Classic database from PcSoft (french solution)). Then I can…
Didier
  • 1
  • 2
0
votes
0 answers

iODBC - odbc.ini not showing in System DNS and iODBC admin crashes when adding a manual DNS

I'm trying to setup Snowflake on a Mac. When trying to the DNS settings within iODBC, the odbc.ini file is not picked up automatically by iODBC data source admin. When I try to add the DNS manually, iODBC crashes. I have the most recent iODBC…
0
votes
0 answers

Excel receive data from PostgreSQL using iODBC connector

I'm trying to using psqlODBC driver to receive data from PostgreSQL to Excel in macOS Catalina. But I keep getting this error IM003 [iODBC][Driver Manager]Specified driver could not be loaded Following things are the method I've tried but still…
0
votes
1 answer

How to build pyodbc with links to iODBC in macOS?

In Driver for pyodbc: how to specify its location in macOS?, TallTed suggested to open question to explain the following Build pyodbc with links to iODBC (not its default of UnixODBC, which is not typical for macOS). so now with the focus — How…
hhh
  • 50,788
  • 62
  • 179
  • 282
0
votes
1 answer

MySQL ODBC driver installation error

When listing the ODBC drivers in iODBC, the MySQL drivers don't have any version numbers next to them. If I click on them to configure, I get an error saying "General Installer Error". I've tried reinstalling the drivers via the oracle mysql…
Jonathan
  • 1,498
  • 2
  • 20
  • 41
0
votes
1 answer

How to get the driver version using ODBC API without connecting to the database?

We have code to connect to various databases and we get the driver version after connecting using the SQLGetInfo() call with the parameter SQL_DRIVER_VER. However, we want the driver version in other cases too, e.g., before connecting, and in case…
user2237963
  • 103
  • 7
0
votes
1 answer

(Libre Office / Base Database) always tries to connect ODBC using iODBC, not unixODBC on Mac OSX 10.10

I am using Libre Office Version: 4.3.4.1 on my Mac OSX 10.10 Yosemite. In Base Database, I would like to connect MS-SQL server using unixODBC DSN. But it seems the Libre Office tries to connect via iODBC, not unixODBC. (I never installed iODBC on my…
user1350338
  • 97
  • 2
  • 6
-1
votes
1 answer

macOS (BigSur) - Installing MySQL ODBC driver for connecting a mysql db to Tableau

I want to install the mysql driver in macOS for connecting the mysql db with Tableau, while I downloaded the .dmg file for this driver and as a dependency I downloaded the iODBC administrator also. After that I am following this site -…
bratarpit
  • 9
  • 4
1
2