MarkK
bit cruncher
- Local time
- Today, 03:01
- Joined
- Mar 17, 2004
- Messages
- 8,472
Domain function are not transaction aware. If you do DBEngine.BeginTrans, add a few records, and then run a DCount(), the records you added in the pending transaction will not be counted, not until you run DBEngine.CommitTrans.