I cannot load sqlite table when my qml application autostart on linux
QML and Qt Quick
2
Posts
2
Posters
1.5k
Views
1
Watching
-
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 belowbq. Error: no such table: XXXX Ubable to execute statement
Could you please tell me the reason why?