Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Visual Foxpro & ASP .net
Message
 
To
22/01/2005 10:34:41
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00979526
Message ID:
00979630
Views:
27
Yes, same idea as your ASP class. In fact, the classic ASP objects - Request, Response, Session, etc. are made heavy use of in VFP, even when called from ASP.NET. A few big differences though, HTML templates are usually used which can have VFP expressions embedded in them with the bulk of the app code in the VFP server. This separates nicely the interface from the app code similar to "code-behind" in .NET. Or even include VFP code blocks right in the HTML template ala classic ASP except using vfp code. The templates can be created and edited with any HTML editor like FrontPage.
-A VFP mtdll is a vfp multi-threaded dll ideal for calling from the web
-TLBIMP is a .NET utility that prepares a COM server for use with .NET
-a .NET proxy dll is created when TLBIMP is run. This dll allows the vfp mtdll to "interop" with .NET

>Hi Claude,
>
>Thanks for the response.
>
>
>I'm somewhat new to Web Forms side of things. What is an mtdll,proxy dll and a TLBIMP. I did take an ASP course some years back but never did anything with it. In that course we did talk about how ASP can call a com component on a server to return a recordset or update a file.
>
>thanks,
>
>Don
Previous
Reply
Map
View

Click here to load this message in the networking platform