The information in this article applies to:
SYMPTOMS
When you are performing ODBC logging into an Access database, you may
notice that all posts are not logged.
CAUSEThis may be caused by the ProcessingTime field being set to hold int type values. Access dumps a log entry that has invalid data because of the way ProcessingTime is calculated, causing a value larger than 32,768 to be posted to a field allocated to only hold an integer value. WORKAROUND
To work around this problem, use a long integer type for ProcessingTime.
You may also want to use long integers for BytesRecvd and BytesSent,
because these will often be larger than an int when dealing with file
attachments.
Additional query words:
Keywords : |
Last Reviewed: July 20, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |