Accessing online database with username and password
-
Is there a way I can access an online database(server side) in a QT desktop application with restricted entry(username and password).I am a beginner and trying to create a desktop application.I would be grateful if someone could help me.
-
Hi,
What type of database ? If of SQL type then have a look at the QtSql module.
Otherwise you'll have to be more specific
-
yes of sql type..
-
Then use the QtSql module, you have plugins for the major database providers (MySQL, PostgreSQL etc.)