Skip to main content

Questions tagged [odbc]

The tag has no usage guidance.

0 votes
0 answers
12 views

Change location of user defined odbc

BY default "USER DATA SOURCES" must be $HOME/.odbc.ini, But in a newly built RHEL8 server is showing the below result. Is its possible to update the "USER DATA SOURCES" location as ...
Siva's user avatar
  • 9,077
1 vote
0 answers
134 views

Mac OS - specified driver could not be loaded

Objective Goal is to use an odbc connection between bigquery and excel. However, excel can't find the driver per the error image below. Steps taken so far: download odbc driver from google partner ...
IOIOIOIOIOIOI's user avatar
0 votes
1 answer
2k views

Can't get ODBC working with MariaDB

Linux Mint 20 (Ubuntu 20). MariaDB version: "mariadb Ver 15.1 Distrib 10.7.3-MariaDB, for debian-linux-gnu (x86_64) using readline 5.2" I want to run LibreOffice Base as the front end, ...
mike rodent's user avatar
  • 1,142
0 votes
0 answers
38 views

Table relations in Base with ODBC connected SQlite ZeitgeistDB (Base tells not supported)

There aren't too many programs, that provide access to the ZeitgeistDB in Linux. Tracker-Needle in Debian isn't even available, anymore. So i thought i might use LibreOffice Base to access the DB and ...
WGRM's user avatar
  • 816
0 votes
1 answer
207 views

Help my Python script communicate from Linux to ODBC inside KVM/Windows

I'm using the module pyodbc in a Python script to connect to the Intuit application QuickBooks over a network. To accomplish this I'm using an ODBC plugin/DLL called QRemote. This is all very easy and ...
xtian's user avatar
  • 583
0 votes
1 answer
386 views

No package available on installing php_odbc on Centos7.9

I am trying to install php_odbc using yum install. But it shows me the following. Loaded plugins: fastestmirror, universal-hooks Determining fastest mirrors epel/x86_64/metalink ...
Prachi's user avatar
  • 1
1 vote
0 answers
218 views

MariaDB connector (remote)

I'm new to databases and have some very basic how-to/where-to questions: I have successfully setup a MariaDB + phpmyadmin on my raspberrypi zero (running the latest diet-pi), including a database ...
user2305193's user avatar
0 votes
1 answer
975 views

NetSuite 64bit ODBC Driver installation on Ubuntu 18.04 Cluster giving error:- Can't open lib '/opt/netsuite/odbcclient/lib64/ivoa27.so

Have been running around this issue since 2-3 days now with no luck. Hope someone guides me and help resolve this issue here. I am running a Python application from /home/admin/app/example.py ...
ManiK's user avatar
  • 111
2 votes
1 answer
2k views

unixODBC: Cannot load libmaodbc.so

I'm working on an embedded platform and I am trying to access a MariaDB through unixODBC. Trying to test the connection with isql I get the response: isql -v mydsn myuser mypw [01000][unixODBC][...
DrP3pp3r's user avatar
  • 165
0 votes
1 answer
874 views

/etc/odbcinst.ini used by 64 and 32 bits applications

I have the following /etc/odbcinst.ini file [root@]# cat /etc/odbcinst.ini [FreeTDS] Description=FreeTDS odbc driver #Driver=/usr/lib/libtdsodbc.so.0 Driver=/usr/lib64/libtdsodbc.so.0 UsageCount=1 I ...
e271p314's user avatar
  • 359
1 vote
1 answer
877 views

Install libmyodbc on Ubuntu Yakkety (16.10)

How do I install libmyodbc on Yakkety? It was in Xenial, but I'm getting Package 'libmyodbc' has no installation candidate any thoughts? It's necessary for another piece of software i'm trying to ...
Marc's user avatar
  • 111
2 votes
1 answer
972 views

Does SQLDriverConnect (from unix-odbc) cache the DSN data? If so, how can I clear/purge it?

While using the UNIX-ODBC libraries from unixodbc site, I'm facing a problem with the SQLDriverConnect api. If I try to connect to my database twice in a row, first with incorrect DSN data (Data ...
Ramakant's user avatar
1 vote
2 answers
330 views

Install python library on non-default python version

The system (RHEL 6.5) already have python installed in /usr/bin/python I installed another version(3.3) in another directory /data/tools/python3, as I do not have root permission. Now, I have 2 ...
PraveenMathew's user avatar
0 votes
1 answer
469 views

ODBC Authentication with .pem files on Ubuntu server with Python

Using the below 3 PEM files I am able to connected successfully to a MySQL database on windows threw setting up a Data Source. (No problems here) client-key.pem client-cert.pem ca-cert.pem But I ...
SupermanKelly's user avatar
1 vote
0 answers
157 views

unixODBC and iODBC installed at the same time?

Is there any conflict with having unixODBC and iODBC installed at the same time? (It seems that some programs might depend on one or the other, at least if I try to uninstall iODBC, it also wants ...
Elliptical view's user avatar

15 30 50 per page