Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Processes
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COMCodebook
Titre:
Divers
Thread ID:
00698649
Message ID:
00699516
Vues:
18
Correct. You can create a method within ProcessObject and call various Resource Managers from it.

One thing to note here isthat if you are using Oracle (until v8.1) doesn't support MTS. So, you will have to keep oracle resoure managers out of MTS..


>Hallo Jayesh ,
>
>I want to work with Resources from different databases:
>
>o1=createob("sqlrmg.test")
>o2=createob("orarmg.test")
>rs1=o1.getproxy()
>rs2=o2.getproxy()
>
>rs1.fields(0).value=rs2.fields(3).value
>
>return rs1
>
>It seems the processobject is the right place to do this.
>
>achim
- Jayesh
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform