Programs like Golden Surfer and AutoCAD (GIS versions) allow you to connect to tables in databases. When new data is entered into the database, it is automatically updated on our map. In the case of QGIS, I don't know how to do this. The method I know is the "Create Point Layer from Table" tool. But I'd like to see if it can be done automatically with SQL Server, MySQL, or SQLite (Spatial).
-
Are you talking about automatically loading new tables in the database as QGIS layers? If so, no, QGIS can't do that. Are you talking about refreshing already loaded layers? You have several refresh options available in Layer > Properties > Tab: RenderingTobias Schula– Tobias Schula2025年04月17日 08:51:22 +00:00Commented Apr 17 at 8:51
1 Answer 1
In the Browser window, right-click the relevant database type and click New Connection.
You will be prompted for the connection information and authorisation credentials.
If the connection is successful, the layers will appear in the Browser and can be dragged into the map. They will react to changes made in the underlying database.