SQLite Forum

Get SQLITE_READONLY when using UPDATE command
Login
The "proper" URL would be "file://Users/David/test.db" which would be the file `\Users\David\test.db` on the `current drive` (ie, the current directory location when the program is loaded.

The format specified is FUBAR.

The filename you used, unless URI filenames are enabled, would name the "database" as the alternate data stream called `\Users\David\test.db` on the file called `file` in the current direcvtory.  This is probablyu not what you want.

You should specify the filename properly.  Example: `C:\\Users\\David\\test.db` or `c:/users/david/test.db`.  THis is standard DOS/Windows since about 1979.