Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP COM for ASP
Message
 
To
09/12/2000 23:18:32
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Miscellaneous
Thread ID:
00450718
Message ID:
00451452
Views:
22
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?
Previous
Reply
Map
View

Click here to load this message in the networking platform