Postgresql Odbc Driver 32 Bit Windows 10

0 views
Skip to first unread message
Message has been deleted

Jahed Stetter

unread,
Jul 8, 2024, 3:02:44 PM7/8/24
to velymemni

I can set up a file based connection if I install the official driver (the 32-bit works for me), and IF I have the PostgreSQL database software installed as well. If I only install the odbc-drivers, I cannot create or use a file based connection, only machine based connections. It says it cannot verify the connection.

I found a solution. Installing the psqlodbc driver packaged by Enterprise DB works ( -downloads-postgres). I had installed the whole PostgreSQL package from there before, that's why I thought the whole package was needed. It turns out only their driver is needed to make it work. For some reason, their driver works while the official driver from does not. For information, when you install the standard PostgreSQL package from EDB, you get the option of also installing the odbc driver. You can then install a 32-bit version in exe format which then can be installed on the other users computers (without having to create a user profile on EDBD)

postgresql odbc driver 32 bit windows 10


Descargar Zip https://vittuv.com/2yPD4q



Downloads are available in source and binary formats at the PostgreSQL downloads sitepsqlODBC DocumentationThe following documents contain various bits of useful information. Please send any additional documentation, or report errors/omissions to pgsql...@postgresql.org

As part of a commercial research project,the developers at Insight DistributionsSystem overhauled the driver. Their goal was to make the drivercommercially viable. In keeping with the spirit with whichthe original source was acquired, Insight published their work at theirwebsite. Some time later and after some discussion with membersof the PostgreSQL organization, psqlODBC was adapted as the part of thePostgreSQL source distribution. The driver continued to be maintained by Byron Nikolaidis, the developer at Insight who overhauled the driver for some time.

THIS SOFTWARE IS PROVIDED "AS IS", AND M.I.T. MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. By way of example, but not limitation, M.I.T. MAKES NO REPRESENTATIONS OR WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE LICENSED SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.

In this article, we are going to understand the process to configure the ODBC driver for PostgreSQL. For the demonstration, I have installed PostgreSQL on my workstation. The details of the server and database are following:

You can download the ODBC driver for PostgreSQL from the official download website of PostgreSQL. You can view the various versions of the drivers from this location. We are configuring the ODBC driver for windows 10, so we are going to download the MSI file of the Driver. Click on the MSI folder.

Under the MSI directory, you can view the various versions of Driver. The files are compressed in zip format. We want to download the latest version, so scroll down to the bottom of the page and click on the psqlodbc_13_01_0000-x64.zip file.

On End-User License Agreement, you can view the license agreement and details. Review the license terms and click on I accept the terms in the license agreement. You can print the agreement by clicking on the Print button.

On the Custom Setup screen, you can select the feature of the drivers. In the ODBC driver setup, you can see the driver under the pSQLODBC_x64 tree. You can view the disk usage of the Driver. If you want to install the documentation, click on the button under the psqlODBC_x64 tree and select the entire feature installed on the disk option. We are installing the documentation, so I have chosen that option.

As you can see, the connection has been established successfully. Click on Save to create the system DSN. Back to the System DSN screen, you can see the pgadmin13 DSN has been created.

Nisarg Upadhyay is a SQL Server Database Administrator and Microsoft certified professional who has more than 8 years of experience with SQL Server administration and 2 years with Oracle 10g database administration. He has expertise in database design, performance tuning, backup and recovery, HA and DR setup, database migrations and upgrades. He has completed the B.Tech from Ganpat University. He can be reached on nisargup...@outlook.com

I am on Windows and trying to identify the correct msi / packages to install
If I google for ODBC driver only I get pointed to "psqlodbc_x64.msi"
Do I still need something else for the "client programs and libraries" part ?

The only other package I found was for the full Postgres DB Engine set up.

Also do I still need to perform steps 5-8 for windows ?
I have a C & I drive on the server, QR is installed at : I:\Attunity\Replicate

Appreciate any clarification.
Thanks


2- No Need "client programs and libraries". In my opinion this component contains "psql" executable program which is used by COPY Utility in Qlik Replicate. It's useful while PostgreSQL acts as target endpoint.

And the reason for PostgreSQL not able to be installed is due the error that System DSN could not be added with this ODBC Data Source Administrator (64-bit) ARM64 version C:\Windows\System32\odbcad32.exe

I also tried to copy from x64 version from other machine, but Win11 does not allow me to write to folder C:\Windows\system32 and the x64 files won't be able to run if I can't put it under C:\windows\system32 folder.

The executable odbcad32.exe.mui was missing in the file C:\Windows\SysWOW64 so, I found the file in the C:\Windows\System32 and copied as administrator and pasted in C:\Windows\SysWOW64, and the problem disappear, drivers working find and I could finally connect to the Database to work with BI.

hi, i was trying to connect to postgresql database but i can't cause dont have certificatyes o some of this. My solution was install postgresql odce driver, I did the test connection and this was succesfully, i tried to connect from power bi and the connection was succesfully too. But after i changed the password for one encrypted and test connection again and was succesfully from dsn setup, and tried again from power bi and here appear an error saying that the password failed for this user.

If I installed PostgreSQL odbc driver on an active directory server will this conflict with anything running on it. I am needing the software to read a database on another server in the network. This will then allow crystaldesk to run an automated report. Everything else is setup except crystaldesk reporting which currently gives a login error.

These are the instructions to install a driver to access the data. So maybe my terminology was wrong, but I do know that our network is wack. I was thrown into this situation not knowing how bad it was. We have been through a few IT Directors that have always thrown stuff together. About half of these people not having any degree in networking or computer anything. The boss that hired me is currently sitting in jail so I feel obligated to try and fix what I can as I go. Doing this while being at the bottom of the totem pole and learning as I go because I thirst for knowledge and would like to make a career out of this type of work. I know I am in way over my head, but while everything is running I will try and maintain and correct what I can. And not screw anything up in the process. Thank you for your help!

First off, do you have a hypervisor? A server that you have setup and configured to run Virtual Machines from. If so what Hypervisor are you using? Xen, Hyper-V, VMWare? Or are you using a type 2 Hypervisor?

I did find this file psqlodbc_08_04_0200 that was listed in the instructions above, and from what I understand in the instructions that it is just a driver for viewing the database not actually a full database. I was mistaken in my terminology in my original post.

Yes, that is correct. The driver allows communication/translation between the machine you are on and the database server.
You do not need to install this driver on a server, it can be, and should be placed on any workstation that needs to view these reports.
I would honestly suggest creating a VM on that Hyper-V and having a backup of the database server on it. OR have a relationship between the two database servers with replication.

Support for ODBC access to HyperSQL servers was introduced in HSQLDB version 2.0. Improvements were made to the server code for version 2.5.1 to allow an unmodified PostgreSQL ODBC driver (version 11) to be used. This chapter has been adapted from the original ODBC documentation and added to this Guide.

The current version supports a large subset of ODBC calls. It supports all SQL statements, including prepared statements and result set metadata, but it does not yet support database metadata, so some applications may not work.

Download and install PostgreSQL ODBC software. We tested with version 11 of this software in Unicode mode, but other versions may also work. In Windows, go to ODBC Data Source Administrator (via Administrative Tools, Data Source (ODBC) or ODBC DataSource in different versions of Windows) and click on Add to add a PostgreSQL data source. You can then configure the data source.

d3342ee215
Reply all
Reply to author
Forward
0 new messages