+ 1
Is sql mandatory for gui apps
I'm struggling to connect mssql with Qt gui apps. I reaaaaly don't want to quit Qt so my question is: is it mandatory to use any kind of sql database with a decent gui app?
3 Answers
+ 2
thanks for clearing things up, I understand now plus I managed to connect mssql with Qt đ
+ 2
thanks for that, I was just reading about it and some other ways of storing data without DB, it's much more clear
+ 1
where am I supposed to save, let's say data about students or books for school or library management app?