Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Exception??? with COM server and REPORT form
Message
 
À
14/10/2002 14:07:46
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00711026
Message ID:
00711065
Vues:
7
>Everybody keeps saying... that REPORT is not supported by COM dll's... so I didn't even think of going that route.
>I went straight to an EXE and activated via ISAPI... and it fails miserably...
>
>Any other ideea on how to use REPORT within a COM server? It would be a shame to drop the 100+ reports that I already have...
>
>pls. help

For such thing as a "reporting server", I would certainly use a foreground, solid VFP application (always running on some server), and a light-weight ASP or ISAPI filter which receives the client requests and place them in a queue.

You can use MSMQ or file-based messages, and you can build the page and application by your own, or use something as Rick Strahl 's Web Connection which is a great product.

That kind of solution scales well, is easy to debug and monitor, and you dont have to deal with "hidden COM exceptions" and that ugly kind of stuff.

Hope this helps.
Jose.
------------------
Jose Marcenaro
Tercer Planeta - Argentina
http://www.tercerplaneta.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform