-
Notifications
You must be signed in to change notification settings - Fork 0
Howto: SQLite Scripts
dapgo edited this page Aug 20, 2018
·
1 revision
-
Install SQLite (i.e sqlitestudio-3.1.1)
-
Open sqlitestudio\SQLiteStudio.exe
-
Database, Add a database (source)
- Type: SQLite3
- File: Select PIM database file (i.e companionlink20180605.db )
- Name: Write a name without extended characters (i.e companionlink)
-
Database, Add a database (target)
- Type: SQLite3
- File: Select PIM database file (i.e omni-notes ) (by default it only display files with extension .db, change to ALL files)
- Name: Write a name without extended characters (i.e omninotes)
-
Tools, Open SQL Editor (or Alt-E), Paste code in window, Query tab
-
Execute Query (or F9)