Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP COM for ASP
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Miscellaneous
Thread ID:
00450718
Message ID:
00451393
Views:
27
>sorry ...
>oCOMSVR = createobject('testdll.webcls')
>oCOMSVR.getrs() &&--- store in property loRS the ado rs
>oRS = oCOMSVR.loRs
>
>do while NOT oRS.eof
>response.write(oRS.fields('CUSTNAME'))
>oRS.MOVENEXT
>loop
>
>i hope this works...
Does testdll reside on a 'Web Server' (I was thinking createobjectex).
I was also wondering:
-What might the code in getrs() look like?
-Is oRS ado?
I know that Justy is working through ASP, but could this process be instanciated from a VFP form?
Thanks
Terry
Imagination is more important than knowledge
Previous
Reply
Map
View

Click here to load this message in the networking platform