Updatebatch detecting duplicates

From: Heather (Heather_at_discussions.microsoft.com)
Date: 07/19/04


Date: Mon, 19 Jul 2004 06:35:01 -0700

I need to catch duplicate record errors and display the record information to the user after the .updatebatch statement. How can I catch the specific record that it's erroring out on?

I know adFilterConflictingRecords doesn't catch duplicates.

Thanks!



Relevant Pages

  • Re: Updatebatch detecting duplicates
    ... "Hoa" wrote: ... >> I need to catch duplicate record errors and display the record information ...
    (microsoft.public.vb.database.ado)
  • Re: Updatebatch detecting duplicates
    ... Use Rst.Status in a loop to find everything about the status of each record. ... HTH ... > I need to catch duplicate record errors and display the record information ...
    (microsoft.public.vb.database.ado)

Loading