Connecting to a Cloud Database through Microsoft Access
Overview
This article is for connecting to a cloud database in order to edit non-spatial data through Microsoft Access. This guide is for those using Windows.
Method
Required Installations
- Install Microsoft Access (if not installed already)
- Install the ODBC PostgreSQL driver. This is so your computer can talk to the remote database.
- Go to https://www.postgresql.org/ftp/odbc/versions/msi/ and find most recent x64 zip file.
- Download the file
- Unzip it
- Run the .msi file
- Run through the installation menu, leaving everything as default.
Set up the database connection settings
- Search the Windows Start menu for "ODBC" and open the "ODBC Data Sources (64 bit)" program
- Click 'Add' under the "User DSN" tab
- Select "PostgreSQL Unicode x64"
- Click 'Finish'
- A new box pops up. Enter the details as provided. You can click the 'Test' button to try out your settings.
- Click 'Save'
- Click 'OK' to close the ODBC Administrator.
- Open Microsoft Access
- Click 'Blank Database'
- Select a location for your new file then click 'Create'
- Go to the 'External Data' tab and select 'New Data Source' then 'From Other Sources' then 'ODBC Database'
- Select 'Link to the data source by creating a linked table', then 'OK'
- Select 'Machine Data Source and select the database you configured earlier, then 'OK'.
- Select the Table you need to load and click 'OK'
Making Edits
The database table will appear on the left-hand side. Right-click it and click 'Open' to open a view of the table.
You can make changes to the table as required. To commit the changes:
- Right-click the table in the left-hand panel
- Click 'Refresh Link'
Related Articles
Restrict Access via Entra/Global Secure Access
Conditional Access for XMAP Using Entra and Global Secure Access (GSA) you can apply access policies to XMAP which can evolve over time with your own security requirements. For example, you can restrict authentication to XMAP to only occur within ...
Behind the Scenes at Geoxphere
How We Keep Your Services Running Smoothly By Tom Huntley. October 2024 At Geoxphere, we use the power of cloud computing to deliver secure, reliable, and user-friendly geospatial tools to customers across the UK. Much of this work is hidden behind ...
Publishing Layers from a Remote Database
Overview XMAP supports connections to any PostGIS database of version 9.6 or greater. This database can be hosted and managed by us or you. If you have a remote database you can use this to connect to many software applications to improve access to ...
Database Manager
Overview The Database Manager is made available if your organisation has 1 or more dedicated (private) PostgreSQL databases linked to it. It exposes administration functionality for you to manage your database at a high level without the need to ...
Database best practices
This short article is designed to help you better understand how to get the most out of your data in both XMAP and QGIS by applying simple but effective 'best practice' principles to your PostGIS database. The golden rules: Schema names, table names ...