what I have to do is to put the database on one machine and access to it from different machines on which the application is installed
what we must do is
QSqlDatabase db = QSqlDatabase :: addDatabase (......)
we must provide the parameters to the function addDatabase such as machine name, port, and the driver
can you explain me these parameters and provide me with the arguments of the function
thanks