Reputation: 404
I am attaching to SQLite databases using DB Browser for SQLite. These databases hold archive data that I want to keep untouched. From there I want to copy data for reporting purposes.
I want to do this in a non-destructive way and be sure other users that use my SQL don't attach to the archived databases in a way that changes the archives.
ATTACH
'ing to an SQLite .db file from another (reporting) DB in a READ-ONLY way?Upvotes: 0
Views: 53