Error creating database with sqlite [closed]

1

Colleagues,

I'm trying to create a database on a computer with Sqlite . It is installed and all OK, but when trying to create it using the cmd command:

  

C: \ Users \ José Roberto> sqlite3 C: \ Users \ José   Roberto \ Desktop \ database \ system.db

This error appears:

  

Error: unable to open database "C: \ Users \ JosÚ": unable to open   database file

Would anyone know why this error happens? It seems to me that the accent on the name Joseph may be the problem.

    
asked by anonymous 04.08.2016 / 23:09

1 answer

1

The error can be in the folder path, because the cmd has problems with an accent, pass your folder to the root that will work, the problem lies in the name itself.

    
04.08.2016 / 23:18