Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP COM for ASP
Message
 
À
09/12/2000 23:18:32
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
Divers
Thread ID:
00450718
Message ID:
00451452
Vues:
23
How are you building the recordset? Most likely there's a permission problem accessing the data in your COM DLL...

+++ Rick ---

>Dear all,
>
>Thank you for your reply and help. I'm really return an ADO recordset from COM and using ASP script to display on the web. Script show as below:
>
> oCOMSVR = createobject('testdll.webcls')
> oRS = oCOMSVR.getrs() <-- that function return an recordset
>
> do while NOT oRS.eof
> response.write(oRS.fields('CUSTNAME'))
> oRS.MOVENEXT
> loop
>
>In the GETRS function, I added a property to store the return recordset and used RETURN command to return that property. I try that COM with VFP front-end client, it work fine! I also try to build MTDLL or EXE COM, it worked with VFP client but it doesn't work on the web server.
>
>Can you tell or explain to me what the problem here? Thank you very much ....
>
>Best Regards,
>
>Justy Chow
>justychow@sinaman.com
+++ Rick ---

West Wind Technologies
Maui, Hawaii

west-wind.com/
West Wind Message Board
Rick's Web Log
Markdown Monster
---
Making waves on the Web

Where do you want to surf today?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform