Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ADO,MTS & COM+ and VFP DLL Server....
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00575785
Message ID:
00575957
Vues:
19
What are the Transaction settings on the DLL?

Maybe something's failing and the transaction is rolling back before the result returns.

Why is this sitting under COM+ anyway?

+++ Rick ---

>Hi,
>
>I build a VFP multi-thread DLL (the app server), and i need setup the clients. So, i chosse to use MTS/COM+ for install a package with it and export it to setup the clients. The cliens connect to the server but no data is returned...
>
>
>- I use Disconnected ADO RecordSet for get the data and update it...
>
>For example:
>
>Function GetData
>
> Local loData
>
> loData=CREATEOBJECT('TADORecordSet')&&TADORecordset encapsulate a ADO Recordset in a VFP Class
>
> loData.Open('SELECT *...
> loData.ActiveConnection=.NULL.
>
> Return loData
>endfunc
>
>This work fine if is not installed under MTS (the recordset return 11 records), but when is installed under MTS the recordset return 0 records!!!
>
>How fix it?
+++ 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