> Huh?
> I downloaded TBetterADODataSet and tried using that instead of TADOTable
and
> I still get the same problem.
> BetterADODataSet1.Locate('Field1;Field2',VarArrayOf([100,101]),[]);
> works fine until you do
> BetterADODataSet1.Locate('Field1',100,[]);
> After that,
> BetterADODataSet1.Locate('Field1;Field2',VarArrayOf([100,101]),[]);
> stops working. I can send you an example if you like?
> Delphi 6 (update 2)
> Database is Access 2000
> ADO Ver 1.5
> BetterADS Ver 3.04
> MS Jet Ver 04.00.0000
> OLEDBVer 02.10
> Provider MSJETOLEDB40.DLL
> Provider Ver 04.00.2927
> "MS" <Macie...@acn.waw.pl> wrote in message news:3cc7083b_1@dnews...
> > U?ytkownik "Richard Collier" <r...@armature.com> napisa3 w wiadomo?ci
> > news:3cc6c771$1_2@dnews...
> > > > Use component TBetterAdoDataSet.
> > > > M.S.
> > > Hmm, tried that and it seems to do the same thing as TADOTable.
> > > Any more suggestions?
> > > Rich
> > Hi.
> > TBetterAdoDataSet component:
> > http://web.orbitel.bg/vassil/
> > BetterADODataSet1.Locate('Field1;Field2',VarArrayOf([100,101]),[]);
> > M.S.