通过局域网访问分布式数据库

通过局域网访问分布式数据库

本文介绍了通过局域网访问分布式数据库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在开发基于c#的应用程序,该应用程序需要访问分布在两台计算机之间的数据库.
该应用程序包含两个在水平和垂直方向上都是零散的数据库,''这只是为了实现对远程数据进行访问的分布式系统的概念.



我正在使用Oracle 10g XE和Visual Studio 2005



我已经编译了访问本地数据库的独立应用程序.但是我不知道如何访问通过lan连接的计算机上存在的其他数据库.

是否需要单独的链接?









有人可以帮助我如何启动它吗?

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?

推荐答案


这篇关于通过局域网访问分布式数据库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-07 05:46