Quote:
Originally Posted by PeterT
Why not for the insert use the named column approach:
INSERT INTO user (UserID, UserKey, UserDisplayName, UserEmail, ___DeviceID) values(list of 5 values)
This way the syntax need not change as tables change.
|
Hi Peter,
I've tried to use sqlite only once, without much success.
Should I open a terminal (I'm on Linux), cd the directory of the Kobo squile file, then:
Code:
sqlite3>
INSERT INTO user (UserID, UserKey, UserDisplayName, UserEmail, ___DeviceID) values(list of 5 values)
Am I correct?
I just want to remove my registered email address and give my Kobo Glo away.
Performing this operation is going to delete all my settings and books on the Kobo?