Hi went i add things into my database such as:
(file name, file path etc)
into the database sqlite
either i got:
sqlite3.Operati onalError: no such column:
or
sqlite3.Operati onalError: unrecognized token: ":"
when insert path (e.g. 'D:\music\blue. mp3'
Anyone knows how can solve this?
(file name, file path etc)
into the database sqlite
either i got:
sqlite3.Operati onalError: no such column:
or
sqlite3.Operati onalError: unrecognized token: ":"
when insert path (e.g. 'D:\music\blue. mp3'
Anyone knows how can solve this?
Comment