Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Processes
Message
General information
Forum:
Visual FoxPro
Category:
COMCodebook
Title:
Miscellaneous
Thread ID:
00698649
Message ID:
00699516
Views:
20
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
Previous
Reply
Map
View

Click here to load this message in the networking platform