wine/dlls/msdasql/tests
Alistair Leslie-Hughes 5b9496ade6 msdasql: Always return affected rows if required.
When using msadosql it always returns the number of records
affected or records returned by a SELECT statement.

The access database, which is what the defaults tests are using
doesn't return the number of records for a SELECT.
It's a known issue that you have to MoveLast/MoveFirst before
the correct RecordCount value is return for an Access DB.
2023-02-16 10:35:21 +01:00
..
Makefile.in msdasql/tests: Fix printf format warnings with long types. 2022-02-01 20:55:09 +01:00
provider.c msdasql: Always return affected rows if required. 2023-02-16 10:35:21 +01:00