On Mon, Apr 25, 2016 at 6:12 PM, Mark Foley <mfoley at novatec-inc.com> wrote:
> Nope: still error: > > sqlite3 \ > '*file:*/mnt/tmp/Users/hcarr.HPRS.000/AppData/Roaming/Thunderbird/Profiles/8sbpxrwj.default/calendar-data/local.sqlite?mode=ro' > \ > "select distinct value from cal_properties where key = 'CATEGORIES'" > Error: unable to open database > > "*file:*/mnt/tmp/Users/hcarr.HPRS.000/AppData/Roaming/Thunderbird/Profiles/8sbpxrwj.default/calendar-data/local.sqlite?mode=ro": > unable to open database file > Are you trying to highlight something in the email, or do you really type the stars/asterisks around file? You shouldn't. Sorry, can't help you more, I'm afraid you're not reading me correctly, or I'm not writing correctly for you. --DD PS: See, no stars below sqlite3 \ 'file:/mnt/tmp/Users/hcarr.HPRS.000/AppData/Roaming/Thunderbird/Profiles/8sbpxrwj.default/calendar-data/local.sqlite?mode=ro' \ "select distinct value from cal_properties where key = 'CATEGORIES'"