Questions tagged [odbc]
179 questions
0
votes
3 answers
MySQL connector/ODBC connection error following a DNS mismatch
I have troubles configuring a new MySQL connection with ODBC Data Sources (64bits) utility on a Windows Server 2019. I'm using MySQL Workbench to define remote accesses as follow:
The user is granted a SELECT only access:
I have noticed that the…

wiltomap
- 75
- 10
0
votes
0 answers
Is it possible to set up the database connection if we are provided with ODBC registry file?
One of the users already has all the OBDC connections configured on to the RDC user account. That machine is used to connect to all the databases.
A new user on boards into the organization, his log in account is created on the same machine. This…
0
votes
1 answer
Need help to block access ODBC Data Source Administrator for normal users in Windows AD via Group Policy
Users should not add/modify DSN in ODBC Data Source Administrator in Windows client, so we most likely need to block access to ODBC Data Source Administrator for users in Windows AD via Group Policy.
0
votes
1 answer
RedHat 7 msodbcsql17 problems
I initially asked this on StackOverflow, but it is not application development issue in my opinion. Basically, I have a C++ application which connects to SQL Server using msodbcsql17 package. It is running on RedHat 7 linux server. When deploying…

Gábor Major
- 113
- 4
0
votes
2 answers
Oracle 10g ODBC Drivers and Connectors
Hello Im using two machines : Windows XP and Windows Server 2003 , on both I have installed the oracle client 10g, and when I try to use ODBC for linked server option on SQL Server It just work on my XP but on the server I cant get it work, even…

Jonathan Escobedo
- 169
- 3
- 6
- 17
0
votes
0 answers
Configuring postgresql12-odbc to use the correct protocol version
I have a Centos 7 box with unixODBC 2.3.1 and postgresql-odbc 12.02 installed, which is connecting to a PostgreSQL server also running v12.
Although I believe I have configured ODBC to use the v12.0 protocol, it does not seem to be. When connected…

davecardwell
- 105
- 4
0
votes
1 answer
What causes Installshield to fail (error: 1628)?
I'm trying to setup a DB/C FS 4.0 ODBC driver on our server to connect to a client's database, and am receiving an error from the Installshield executable: "1628: Failed to complete installation."
The driver installed with no issues on my personal…

ahbarnum
- 1
0
votes
0 answers
Should I install Microsoft Redistributables not marked as "Supported"?
I have a requirement to upgrade one of our Operating Systems from Windows Server 2012R2 to Windows Server 2016. The hosted application requires numerous ODBC Drivers that in turn require a bunch of Microsoft Redistributables. My problem is that…

jthomp
- 1
- 1
-1
votes
2 answers
Save ODBC credentials for Oracle on Windows
On my dev machine (Mint Linux), I have ODBC set up with credentials so that I only have to specify DRIVER and DBQ in the connection string. Unfortunately, the script will have to run on a Windows machine. How do I set it up in Windows so that I…

Thom Smith
- 101
- 5
-1
votes
1 answer
ODBC Driver Version 03.86.3959 connection to SQL Server 2014
Ok so I have some accounting software running on a Windows Server 2003 box. This server uses a System DSN, that uses Microsoft SQL Server ODBC Driver Version 03.86.3959 to connect to a Management Information System, which is running on SQL Server…

barns.dev
- 1
- 2
-1
votes
1 answer
Windows 2003 R2 Missing mapped drives under ODBC Administrator
When I try to set up an ODBC datasource (MS Access) I can't select the network drive where the mdb file is.
The network drive is accesible from My Computer.

Gonzalo Gracia
- 3
- 1
-1
votes
1 answer
SQL server ODBC connection for Active Directory user who doesn't log in to the windows
Do you think it is possible to create a SQL server ODBC Connection for an active directory user who doesn't log in into the windows.
Ideally this type of users will be used in the batch process. So, Another person logs in and creates a batch process…

John
- 101
- 1
-2
votes
1 answer
404 page when accessing http://localhost:1111/
Is the port 1111 reserved as a default port for the ODBC connection?
When I try to point my browser to
http://localhost:1111/
it gives a 404 and not a page not found.
What is the best way to debug 404's from the ODBC ?
I am using Ubuntu and…

Genadinik
- 1,103
- 4
- 19
- 39
-3
votes
1 answer
Windows Server 2008 iis 7.5 classic asp mdb DB via DSN odbc
I had a a simple site on a 2003 IIS 6 server for years.
I have a small DB in a Mdb file.
Everything was great, until I've upgraded to a windows 2008 R2 64bit IIS 7.5 server.
I've transferred the site perfectly including adding ODBC (32bit), enabling…