Re: Preventing Duplicates in BeforePost event.
- From: Brian Bushay TeamB <BBushay@xxxxxxxxx>
- Date: Wed, 20 Jul 2005 21:15:28 -0500
>Now I have a new problem. I got the BeforePost working but now the pending
>updates will not post to the database. I have verifed that there are indeed
>updates pending, and after a call to UpdateBatch there are no more updates
>pending, but the records are not in the database.
>
>If I comment out the code in the BeforePost, then the record are posted to
>the database. However, for some reason if the code in the BeforePost is
>used then no records will be posted to the database on the UpdateBatch.
ADO cloned datasets are basically the same dataset. I think you looks your
updates when you close and Free the cloned copy
>
>One more thing is there anyway to debug the UpdateBatch procedure? I would
>like to step through it and see some command is not being executed do to
>some status. the only procedure I can step into is the following..
No. UpdateBatch is a call into Microsofts ADO and not in Borland's code.
--
Brian Bushay (TeamB)
Bbushay@xxxxxxxxx
.
- References:
- Preventing Duplicates in BeforePost event.
- From: Chris Cooper
- Re: Preventing Duplicates in BeforePost event.
- From: Brian Bushay TeamB
- Re: Preventing Duplicates in BeforePost event.
- From: Chris Cooper
- Preventing Duplicates in BeforePost event.
- Prev by Date: Re: Preventing Duplicates in BeforePost event.
- Next by Date: Using ADO to connect to Outlook/Exchange
- Previous by thread: Re: Preventing Duplicates in BeforePost event.
- Next by thread: Inpage error reading forms with ADO objects
- Index(es):
Relevant Pages
|