Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Call COM in VFP
Message
From
11/06/2001 06:01:26
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Call COM in VFP
Miscellaneous
Thread ID:
00517661
Message ID:
00517661
Views:
50
Hi Guys,

I have a COM which run under MTS. The COM is wirtten in VB6 and run fine if I also call it in the VB6 client. But when I what to call this COM in VFP, it give me ole error 0x800706d3:authentication serivce is unknown.

My COM:
Public Sub GetCustomer( prsCustomer as ADODB.Recordset)
--- select * from customer and return a disconnected recordset to the caller.
end sub


In VFP

oRS = CreateObject("ADODB.Recordset")
oOle = CreateObject("Bll_Customer.clsCustomer")

?oOle.GetCustomer(@oRS) -> Ole error occurs!!!

But If I call other function in the COM that don't need a ADO recordset as parameter, everything is fine. Got any ideal?

Best Regards,
Jonathan
Next
Reply
Map
View

Click here to load this message in the networking platform