Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi guys i'm new to QML and i woudl like to know how to contect my MySql Database to QML, so that the user could make the login and the profile update.
Can some one help me ??
Hi, you won't be able to use a mysql base directly from qml and without c++. You can access only to a local storage from qml.
You can create with c++ new qml component to access directly to your db or create a db layer and bind the result to qml.