Users browsing this thread: 1 Guest(s)
How to identify archive file format (PC only detects it as "file")
#14
The screenshot is a lot clearer on the error, it is the single-quote before SELECT causing problem.

Try run the SQL query on interactive shell, like this:

Code:
F:\sqlite-tools-win32-x86-3330000>sqlite3  Himekoi<ENTER>
sqlite>SELECT writefile(filepath,filedata) FROM fileinfo;<ENTER>
sqlite>.exit<ENTER>

Do not type <ENTER>, just press Enter on the keyboard.

- Rufas
Reply
Thanked by:


Messages In This Thread
RE: How to identify archive file format (PC only detects it as "file") - by rufaswan - 08-29-2020, 01:55 PM

Forum Jump: