Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am working on a c# based application which requires access to a database distributed between two computers .
the application accesees two databases which are horizontally and vertically fragmented .'it is just to implement the concept of distributed systems which acceses remote data.



i am using oracle 10g xe and visual studio 2005



i have complted the standalone applcation which accesess local databse.but i donno know how to acsess the other databse present on computer connected via lan.

is there separate linkng required?









can anyone help me with how to start this?
Posted
Updated 16-Apr-11 7:21am
v3
Comments
tulasiram3975 16-Apr-11 10:57am    
What Is Your Database Server?
Sandeep Mewara 16-Apr-11 11:58am    
Why to be so lazy and not detail out your question properly? No idea on what kind of help you need here. Edit the question and update it with more details.

1 solution

You will have to have a two separate connections and other needed objects to access those databases. If your relates to load balancing, then this reply does not holds good. Edit your question so that people responding are aware of exact scenario.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900