As far as I'm aware, this is the way the RadarBox databases work - I may be wrong, but this is what I think.
- The NavData.db3 is the master database which contains aircraft, airlines, routes, etc
- The MyLog.db3 database is empty until you start to receive live aircraft
- The MyLog database is populated from the information in NavData.db3 once you start to receive live aircraft
- Autopopulate populates NavData.db3
- Changes made manually to MyLog will be saved to the MyLog.db3 file, not to NavData.db3
- Changes made manually to NavData.db3 using File|Database Explorer will not be overwritten by autopopulate
So, maybe there should be interaction from MyLog to NavData, but I don't think there is. It only works the other way around, in that there is interaction from the master source database NavData, to MyLog
Allocator