Re: "unique table" problem




>2 other questions:
>
>1. Last night I ended up setting the UniqueTable in the AfterScroll event of
>the TAdoDataset and it seems to work just fine. Does anyone see any problem
>with that?
I believe that the Unique Table property is re-set to its null default after a
ReQuery which is what the master detail link does.
I would set the property in the Beforedelete. AfterScroll has some overhead if
you don't need it don't use it.
--
Brian Bushay (TeamB)
Bbushay@xxxxxxxxx
.



Relevant Pages

  • Re: "unique table" problem
    ... Last night I ended up setting the UniqueTable in the AfterScroll event of ... the TAdoDataset and it seems to work just fine. ... Is it ok to mix BetterADO with just regular TAdoDataset in same forms and ... Regards, ...
    (borland.public.delphi.database.ado)
  • Re: "unique table" problem
    ... Last night I ended up setting the UniqueTable in the AfterScroll event ... >the TAdoDataset and it seems to work just fine. ... AfterScroll has some overhead ... Brian Bushay ...
    (borland.public.delphi.database.ado)
  • Re: Help with AfterScroll Event for Tadoquery
    ... Brian Bushay TeamB wrote: ... >>afterscroll event. ... >>on the form (MS Sql has one field declared as blob) ...
    (borland.public.delphi.database.ado)
  • Re: Help with AfterScroll Event for Tadoquery
    ... Brian Bushay TeamB wrote: ... >>afterscroll event. ... >>on the form (MS Sql has one field declared as blob) ...
    (borland.public.delphi.database.ado)
  • Re: Looping through Filtered dataset ...?
    ... >I need add items to my ListBox from specified field in filtered table on ... >AfterScroll event. ... Brian Bushay (TeamB) ...
    (borland.public.delphi.database.ado)