1 module ooo
{ module vba
{ module adodb
{
2 constants FilterGroupEnum
{
3 const long adFilterAffectedRecords
= 2;
4 const long adFilterConflictingRecords
= 5;
5 const long adFilterFetchedRecords
= 3;
6 const long adFilterNone
= 0;
7 const long adFilterPendingRecords
= 1;
8 const long adFilterPredicate
= 4;