• Alistair Leslie-Hughes's avatar
    msdasql: Always return affected rows if required. · 5b9496ad
    Alistair Leslie-Hughes authored
    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.
    5b9496ad
Name
Last commit
Last update
..
tests Loading commit data...
Makefile.in Loading commit data...
msdasql.rc Loading commit data...
msdasql.rgs Loading commit data...
msdasql.spec Loading commit data...
msdasql_classes.idl Loading commit data...
msdasql_main.c Loading commit data...
msdasql_private.h Loading commit data...
session.c Loading commit data...