I'm looking for the simplest way for Access users to connect to a PostgreSQL database. We will use it as a simple interface for updating data.
My idea was to create an Access database with linked tables to the PostgreSQL database, and to use a file based dsn connection so that the users don't have to set up their own machine connections.
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.
Is this intended?
I would rather not have to make the users install the whole database software, just to be able to connect (remotely) through Access.
I'm using PostgreSQL 9.6.6. on a ubuntu server, and Windows 10. Have tried installing both 32 and 64 bit odbc drivers (https://ftp.postgresql.org/pub/odbc/versions/msi/psqlodbc_09_06_0500-x86.zip, https://ftp.postgresql.org/pub/odbc/versions/msi/psqlodbc_09_06_0500-x64.zip)
Thanks for any info or suggestions!