TCustomADODataSet.SetFiltered failure
From: Douglas Rose (doug.rose_at_aruplab.com)
Date: 06/24/04
- Next message: Sydney Lotterby: "Re: Technique question - Inserts for joined tables"
- Previous message: Arnie Mauer: "Re: Ok, I'm still confused.. SERVICE / ADO"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 24 Jun 2004 09:46:57 -0600
I'm trying to apply the fgPredicate filter group to my TADODataSet to know
which records have been deleted so that I can execute
UpdateBatch(arFiltered).
When I set the dataset's Filtered property to True after assigning the
dataset's FilterGroup to fgPredicate, the underlying
TCustomADODataSet.SetFiltered() method fails on:
Recordset.Filter := Integer(FilterGroupValues[FFilterGroup])
resulting in an EOleException with message:
'Arguments are of the wrong type, are out of acceptable range, or are in
conflict with one another'
Is there an update to the Delphi 6 source code which fixes the above problem
with TADODataSet.FilterGroup = fgPredicate?
- Next message: Sydney Lotterby: "Re: Technique question - Inserts for joined tables"
- Previous message: Arnie Mauer: "Re: Ok, I'm still confused.. SERVICE / ADO"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|