QML only connect to mySQL
is there any way to connect to mysql in QML instead of having to use C++ to connect and grab data
3 replies
Yes, you can use some JavaScript code to connect to a local db, see the SQL Local Storage Example here: http://doc.qt.nokia.com/4.7-snapshot/declarative-sqllocalstorage-hello-qml.html
Alex
You must log in to post a reply. Not a member yet? Register here!

