HOWTO: Visual FoxPro Automation Servers and Active Server PagesLast reviewed: July 30, 1997Article ID: Q168053 |
The information in this article applies to:
SUMMARYMicrosoft Internet Information Server (IIS) 3.0 supports Active Server Pages (ASP). ASPs allow you to perform server-side processing and scripting through the use of automation servers, including automation servers that were created in Visual FoxPro 5.0. This article demonstrates how to use a Visual FoxPro automation server with Active Server Pages.
MORE INFORMATIONThere are primarily two components:
The Visual FoxPro Automation ServerFor this example, you can create a simple automation server in Visual FoxPro. This automation server has two methods: one called GetTime(), which will return the current time and one called GetDate(), which will return the current date. Creating the automation server:
The Active Server PageThe ASP file is the component that instantiates the automation server and calls the methods of the automation server.
Keywords : FxinteropOle vfoxwin kbinterop kbtool kbhowto Technology : kbole Version : 5.0 5.0a Platform : WINDOWS |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |