The information in this article applies to:
SUMMARYBy default, a date data type passed in to or out of a Visual FoxPro OLE server is automatically converted to Datetime format. Because of this, the result of a date calculation is returned as seconds. MORE INFORMATION
The Visual FoxPro OLE servers, by default, convert the Date data type to
DateTime. If you try to subtract two datetime() variables, within an OLE
server, the result is returned as seconds (n * 86400). You may use the
TTOD() function if you need the number returned as days.
Steps to Reproduce Behavior
REFERENCESFor additional information, please see the following articles in the Microsoft Knowledge Base: Q168053 HOWTO: Visual FoxPro Automation Servers and Active Server Pages Additional query words: kbDSupport kbdse VFP600REL kbole
Keywords : |
Last Reviewed: December 10, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |