Hello friends,
can anyone state the best practices for passing one or more parameters to a QSqlQuery
and specially to a QSqlQueryModel ?
for example : you have a QString name , lastName
query in english language : select Name , Lastname ,... from table people where Name = name and Lastname = lastName
so that the query can take the name and last name from the users input and search of the record
any help would be appreciated.
Thanks in advance.