HOW TO VIEW DATA FROM POSTGRESQL IN QT CREATOR?
-
Hi everyone! I am new here. I have to work with qt creator. I have a postgreSql database and i do not know how to list the data that is from db. Is there anybody here have an example about it?
@eses said in HOW TO VIEW DATA FROM POSTGRESQL IN QT CREATOR?:
work with qt creator
just in case Qt Creator is an IDE, while Qt is a framework with several modules/libraries to perform different tasks (networking, DB access, etc.)
So the documentation that @LeLev pointed you to is the description of the Qt class handling database access.
You may also want to have a look at a more gentle introduction to SQL programming in QtI'm not aware of a Qt Creator plugin to access SQL database(s) within the IDE.
-
Hi everyone! I am new here. I have to work with qt creator. I have a postgreSql database and i do not know how to list the data that is from db. Is there anybody here have an example about it?
-
Hi everyone! I am new here. I have to work with qt creator. I have a postgreSql database and i do not know how to list the data that is from db. Is there anybody here have an example about it?
@eses said in HOW TO VIEW DATA FROM POSTGRESQL IN QT CREATOR?:
work with qt creator
just in case Qt Creator is an IDE, while Qt is a framework with several modules/libraries to perform different tasks (networking, DB access, etc.)
So the documentation that @LeLev pointed you to is the description of the Qt class handling database access.
You may also want to have a look at a more gentle introduction to SQL programming in QtI'm not aware of a Qt Creator plugin to access SQL database(s) within the IDE.