Using Qgis I joined feature tables with tables from a MySQL database. I imported the database's tables as new vector layers. Is there any way to update the joined table's fields each time the MySQL database is updated?
John Powell
13.7k5 gold badges49 silver badges62 bronze badges
asked Jun 8, 2014 at 21:59
1 Answer 1
Un-checking the 'Cache join layer in virtual memory' would update the join as layers are changed. (But that would do a join everytime any query is performed on the joined layer)
answered Oct 13, 2015 at 5:43
lang-sql