When opening a SQLite database table, as described under Opening SQLite Tables, you can select the Live or Linked options in the Select One or More Tables to Open dialog box. By default, the table opens with live access with caching turned on, so that you access it directly from its source location with the additional speed that caching provides. To change how you access an already open table, you must close it and open it again.
For more information, see Setting Live or Linked Access when Opening Database Tables.