I use sqlite db in my qml application.
I want my application could be autostart when my linux device start up.
when I debug my application, I run my qml application on command line after my linux device startup,
the application could run well.
but after I append it into the system /etc/initab, every time the qml application runs while the linux device start up,
it will prompt error as below
Error: no such table: XXXX Ubable to execute statement
Could you please tell me the reason why?
↧