Trying to edit photo paths using Sqlite3

Hi,

I believe you have to use forward slashes in the path and set the path in quotes as there is a whitespace in it: .open "g:/my drive/research/draft/draft.tpy".

You got the error message because you didn’t actually open an existing database (see the explanation here).