|
-
Nov 20th, 2006, 08:40 AM
#1
Thread Starter
New Member
Need help for Remote Data Access
Hi,
Currently I am working on a Project. In which client is having Branches in a different Geographical locations. Cleint requirement is to get the information from different branches like current stock information of different Branches.
My application and DB structure will be same on every branch. Is it possible using COM and DCOM?. I am very new in COM technology. Pls. Give your suggestions. Thanks in Advance.
Regards,
JAVED.
-
Nov 20th, 2006, 02:37 PM
#2
Addicted Member
Re: Need help for Remote Data Access
 Originally Posted by jawu
Hi,
Currently I am working on a Project. In which client is having Branches in a different Geographical locations. Cleint requirement is to get the information from different branches like current stock information of different Branches.
My application and DB structure will be same on every branch. Is it possible using COM and DCOM?. I am very new in COM technology. Pls. Give your suggestions. Thanks in Advance.
Regards,
JAVED.
You can use DCOM, which you would use via the COM+ services most likely. It can become a serious hassle unless everything is on the same network.
Another approach is to use Web Services, and this is what I recommend. In VB6 this was called SOAP, and you can find a lot of details on this out on the internet.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|