msado15: Return early if Execute doesn't return a rowset.
commit6a9eaa619c683441054f994bf17c8b6d9ab0c228
authorAlistair Leslie-Hughes <leslie_alistair@hotmail.com>
Thu, 20 Jan 2022 02:08:28 +0000 (20 13:08 +1100)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 20 Jan 2022 17:15:40 +0000 (20 18:15 +0100)
tree6e1c2ec23b9a00acc6c05a77af278e9142a4d74b
parent9af18c48cfda31a03f7a45623b9f9badbaf97ee6
msado15: Return early if Execute doesn't return a rowset.

Not all queries return a rowset, eg delete from ....

In these cases, there isn't anything else to be done.

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/msado15/recordset.c