PDA

View Full Version : Newbie here with QT SQL vs Cloud questions



cgchris99
23rd January 2015, 02:49
I'm looking at using QT for the first time. I've programmed in a few languages like PHP, some C++, etc.

My application will be windows desktop based but need android tablet and phone support as well. I've never considered cloud data storage but have done quite a bit of SQL. Is QT capable of cloud? Is there someplace I can read up on the which to use in a QT business application?

Thanks for any advice

anda_skoa
23rd January 2015, 08:54
"Cloud" doesn't mean anything specific, it is a marketing term.

It can be anything from online storage to rentable server farms, potentially servers which run SQL databases.

The Qt Company has a "Cloud" service offer https://developer.qtcloudservices.com/ and appropriate Qt API for it. You could check if it supports SQL databases.

Cheers,
_