Trying to access the postgresSQL database from Delphi Seattle via the ODBC driver.
Everywhere on the Internet it is written that this is due to the fact that the application is assembled as 32-bit, and the driver is used 64 bit. But both the 64bit driver and the application, as seen in the screenshot, are built under win64. I am already desperate ((I do not understand what the problem is ((
DSN:
это design-time настройка
so Delphi has been 32-bit all its life. Here you have a mismatch. At runtime, everything should be fine :) - kamiОдин вопрос остался
- so ask it! On stackoverflow, it is assumed that way: one topic - one question. Clarifications - in comments, answers - in answers :) - kami