Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What is the best way to access VFP Database through HTTP
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00933608
Message ID:
00933705
Vues:
19
All of these technologies work in a similar way. I like to think AVFP is the latest and fastest VFP web solution since you're using vfp mtdlls instead of backend .EXE vfp servers(an older vfp web solution). VFP mtdlls are the same technology that vfp Web Services use, so, learning AVFP helps to understand this technology and vice versa. It's also easier to install since the ASP.NEt or asp.dll is already installed normally and just the vfp mtdll has to be registered(all of this is automated in AVFP). The included WebAppBuilder creates a basic vfp web app in 1 step and runs it. (This can be added to the startup menu in VFP9, BTW)
Support is thru the ActiveVFP forum here on the UT.
Of course the biggest benefit is that you can use VFP for your web development instead of starting from scratch in another language or using a lesser language like VBScript. And I've got to think that for dealing with VFP data, the VFP language is the absolute best choice...

>Thanks Claude for the response.
>
>It is defenitinily the most cost efficient tool (free).
>
>What is the adventage of ActiveVFP over using FoxISAPI or Westwind WC.dll?
>What are the known issues?
>Since it's free, how does the custom support work?
>I don't have any problem writing it in C# because this is a new business logic to my application.
>What is the benefit of calling VFP mtdll from ASP.NET over ADO.NET over ASP.NET?
>How HTTPS be implemented in ActiveVFP?
>
>
>>Well, ActiveVFP is free and Open Source. Using ActiveVFP, you can call a VFP mtdll from ASP.NET(or ASp) so that it appears to the outside world to be an ASP.NET web app. The big benefit of this is you actually use VFP for your web application logic, meaning you don't have to write/re-write in C# or VB.NET ...
>>>Hi all,
>>>
>>>We have a multi-user application deployed at one of our clients' office. Their clients would like to view some of the informaiton over the web with secure connection and loggon.
>>>
>>>What is the best way (in terms of security, data access efficiency, multi-threading capability, cost efficiency) to access VFP database through HTTP?
>>>FOXISAPI
>>>ASP.NET/ADO.NET
>>>WESTWIND
>>>ACTIVEVFP
>>>
>>>What are the pros and cons (in terms of security, data access efficiency, multi-threading capability, cost efficiency) of using each technology?
>>>
>>>Any comments, recommandations will be greatly appreciated!
>>>
>>>TIA,
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform