Hi!
I would like to exec a stored procedure with integer return value, but the sqlquery::next is always false. The simple "select count(*)..." query is working fine.
Properly how to handle a stored procedure with integer return value in Qt?
Thanks in advance!